mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
DispOwnerInfoでの、中国、韓国向けアプリビルド時の設定追加。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2823 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
4bf1817756
commit
e0fefd4684
@ -21,6 +21,8 @@ Arm7
|
||||
Property
|
||||
{
|
||||
BannerFile ./banner/myGameBanner.bnr
|
||||
# ForChina TRUE
|
||||
# ForKorea TRUE
|
||||
# RomSpeedType MROM
|
||||
}
|
||||
|
||||
|
||||
@ -17,3 +17,12 @@ WW
|
||||
NitroSDK2.00, 2.01は、CW1.00fcでビルドしてください。
|
||||
TwlSDK5.1PR1は、CW1.02でビルドしてください。また、TWLSDK_PLATFORM=NITROの環境でビルドしてください。
|
||||
|
||||
作成するバイナリの種類
|
||||
下記組み合わせでバイナリを作成します。
|
||||
|
||||
SDK | WW | CN | KR |
|
||||
-------------|----|----|----|
|
||||
NitroSDK2.00 | ○ | × | × |
|
||||
NitroSDK2.01 | ○ | ○ | × |
|
||||
TwlSDK5.1PR1 | ○ | ○ | ○ |
|
||||
|
||||
|
||||
@ -59,6 +59,7 @@ static void VBlankIntr( void );
|
||||
// ==================================================================
|
||||
/* function */
|
||||
|
||||
static const char *isbn[4] = { "0-000000-00-0", "000-0000-000", "0000", " 000" };
|
||||
|
||||
// メイン
|
||||
void NitroMain( void )
|
||||
@ -66,6 +67,8 @@ void NitroMain( void )
|
||||
/* OS 初期化 */
|
||||
OS_InitPrintServer();
|
||||
OS_Init();
|
||||
// OS_InitChina(); // SDK 2.01の場合
|
||||
// OS_InitChina( isbn ); // SDK 5.1 の場合
|
||||
PXI_InitFifo();
|
||||
OS_InitThread();
|
||||
OS_InitTick();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user