mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
システムメニューバージョン文字列を悪しき伝統から脱却させる。
日本リージョン J -> J 北米リージョン E -> U 欧州リージョン P -> E 豪州リージョン U -> A git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2244 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
ed8963ef27
commit
9953692ae8
@ -29,7 +29,8 @@ include ./commondefs.sysmenuVersion.local
|
||||
# リージョン固有パラメータ
|
||||
|
||||
SYSMENU_VERSION_REGION = A
|
||||
SYSMENU_VERSION_TIMESTAMP = 08081100
|
||||
SYSMENU_VERSION_STRING_REGION = ALL
|
||||
SYSMENU_VERSION_TIMESTAMP = 08082200
|
||||
SYSMENU_VERSION_MAJOR = 0
|
||||
SYSMENU_VERSION_MINOR = 0
|
||||
|
||||
|
||||
@ -29,7 +29,8 @@ include ./commondefs.sysmenuVersion.local
|
||||
# リージョン固有パラメータ
|
||||
|
||||
SYSMENU_VERSION_REGION = E
|
||||
SYSMENU_VERSION_TIMESTAMP = 08081100
|
||||
SYSMENU_VERSION_STRING_REGION = U
|
||||
SYSMENU_VERSION_TIMESTAMP = 08082200
|
||||
SYSMENU_VERSION_MAJOR = 0
|
||||
SYSMENU_VERSION_MINOR = 0
|
||||
|
||||
|
||||
@ -29,7 +29,8 @@ include ./commondefs.sysmenuVersion.local
|
||||
# リージョン固有パラメータ
|
||||
|
||||
SYSMENU_VERSION_REGION = J
|
||||
SYSMENU_VERSION_TIMESTAMP = 08081100
|
||||
SYSMENU_VERSION_STRING_REGION = J
|
||||
SYSMENU_VERSION_TIMESTAMP = 08082200
|
||||
SYSMENU_VERSION_MAJOR = 0
|
||||
SYSMENU_VERSION_MINOR = 0
|
||||
|
||||
|
||||
@ -29,7 +29,8 @@ include ./commondefs.sysmenuVersion.local
|
||||
# リージョン固有パラメータ
|
||||
|
||||
SYSMENU_VERSION_REGION = P
|
||||
SYSMENU_VERSION_TIMESTAMP = 08081100
|
||||
SYSMENU_VERSION_STRING_REGION = E
|
||||
SYSMENU_VERSION_TIMESTAMP = 08082200
|
||||
SYSMENU_VERSION_MAJOR = 0
|
||||
SYSMENU_VERSION_MINOR = 0
|
||||
|
||||
|
||||
@ -29,7 +29,8 @@ include ./commondefs.sysmenuVersion.local
|
||||
# リージョン固有パラメータ
|
||||
|
||||
SYSMENU_VERSION_REGION = U
|
||||
SYSMENU_VERSION_TIMESTAMP = 08081100
|
||||
SYSMENU_VERSION_STRING_REGION = A
|
||||
SYSMENU_VERSION_TIMESTAMP = 08082200
|
||||
SYSMENU_VERSION_MAJOR = 0
|
||||
SYSMENU_VERSION_MINOR = 0
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -29,7 +29,7 @@ NUP_HOSTNAME = nus.t.shop.nintendowifi.net:443
|
||||
EULA_URL = https://cfh.t.app.nintendowifi.net/eula/
|
||||
|
||||
# バージョン文字列
|
||||
STR_VERSION = $(SYSMENU_VERSION_MAJOR).$(SYSMENU_VERSION_MAJOR)$(SYSMENU_VERSION_REGION)
|
||||
STR_VERSION = $(SYSMENU_VERSION_MAJOR).$(SYSMENU_VERSION_MAJOR)$(SYSMENU_VERSION_STRING_REGION)
|
||||
|
||||
#---------------------------------------------------------
|
||||
# 外部使用変数
|
||||
|
||||
Loading…
Reference in New Issue
Block a user