diff --git a/build/nandfirm/menu-launcher/ARM7/Makefile b/build/nandfirm/menu-launcher/ARM7/Makefile index 1a49d5b1..0968990d 100644 --- a/build/nandfirm/menu-launcher/ARM7/Makefile +++ b/build/nandfirm/menu-launcher/ARM7/Makefile @@ -12,8 +12,8 @@ # in whole or in part, without the prior written consent of Nintendo. # # $Date:: $ -# $Rev:$ -# $Author:$ +# $Rev$ +# $Author$ #---------------------------------------------------------------------------- TWL_PROC = ARM7 @@ -37,6 +37,8 @@ ADDRESS_STATIC = 0x037b8000 #SRCDIR = # using default #LCFILE = # using default +LLIBRARIES += libsysmenu_sp.TWL$(ARCHGEN_TYPE).a + include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs MAKELCF_FLAGS += -DADDRESS_LTDWRAM='0x037c0000' diff --git a/build/nandfirm/menu-launcher/ARM7/main.c b/build/nandfirm/menu-launcher/ARM7/main.c index 4d2922cb..a6a7f8f9 100644 --- a/build/nandfirm/menu-launcher/ARM7/main.c +++ b/build/nandfirm/menu-launcher/ARM7/main.c @@ -35,6 +35,10 @@ */ #define PRINT_MEMORY_ADDR 0x02FFC800 +/* + AESŒŽÝ’čAPI +*/ +extern void SYSMi_SetAESKeysForAccessControl( BOOL isNtrMode, ROM_Header *pROMH ); #ifdef PROFILE_ENABLE #define PROFILE_MAX 16 @@ -311,6 +315,7 @@ void TwlSpMain( void ) // PM_BackLightOn( TRUE ); // last chance + SYSMi_SetAESKeysForAccessControl(FALSE, rh); OS_BootFromFIRM(); end: