diff --git a/build/nandfirm/menu-launcher/ARM9/main.c b/build/nandfirm/menu-launcher/ARM9/main.c index 56275421..6e8998ca 100644 --- a/build/nandfirm/menu-launcher/ARM9/main.c +++ b/build/nandfirm/menu-launcher/ARM9/main.c @@ -106,6 +106,12 @@ static void PreInit(void) ***************************************************************/ static void PostInit(void) { + // アリーナ設定 + { + static u32 arena[ 0x400 / sizeof(u32) ]; + OS_SetMainArenaLo( arena ); + OS_SetMainArenaHi( &arena[ 0x400 / sizeof(u32) ] ); + } // RSA用ヒープ設定 SVC_InitSignHeap( &acPool, acHeap, sizeof(acHeap) ); // FS/FATFS初期化