mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
BOOTROMでのSEED/KEYの上書きをやめた
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@467 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
08b5820663
commit
e870e4b42a
@ -75,7 +75,7 @@ void AESi_ResetAesKey( void );
|
||||
static inline void AESi_InitKeysFIRM( void )
|
||||
{
|
||||
AESi_InitKeysForApp( (u8*)((ROM_Header_Short*)HW_TWL_ROM_HEADER_BUF)->game_code );
|
||||
AESi_ResetAesKey();
|
||||
// AESi_ResetAesKey();
|
||||
}
|
||||
|
||||
/*---------------------------------------------------------------------------*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user