mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
AESi_InitKeysFIRM()でAESi_ResetAesKeyC()を呼び出さないように修正
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1993 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
4209f51e50
commit
578a17ac67
@ -129,7 +129,7 @@ static inline void AESi_ResetAesKeyC( void )
|
||||
|
||||
Returns: None
|
||||
*---------------------------------------------------------------------------*/
|
||||
#if 0 // rebootライブラリに移動.
|
||||
#if 0 // rebootライブラリに移動.
|
||||
static inline void AESi_ResetAesKeyD( void )
|
||||
{
|
||||
AES_Lock();
|
||||
@ -153,7 +153,7 @@ static inline void AESi_ResetAesKeyD( void )
|
||||
static inline void AESi_InitKeysFIRM( void )
|
||||
{
|
||||
AESi_InitKeysForApp( (u8*)((ROM_Header_Short*)HW_TWL_ROM_HEADER_BUF)->game_code );
|
||||
AESi_ResetAesKeyC();
|
||||
// AESi_ResetAesKeyC();
|
||||
// AESi_ResetAesKey();
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user