mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
ROMヘッダ偽装:MROM->1TROM変更のMROM判定をやめる。問答無用に1TROMに変換。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2475 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
76f84cdf41
commit
dc09a441b7
@ -299,13 +299,13 @@ static BOOL iMain( SContext *pContext )
|
||||
printf( "ERROR: This option is only for NTR Limited." );
|
||||
return FALSE;
|
||||
}
|
||||
if( (rh.s.game_cmd_param & CARD_LATENCY_MASK) != CARD_MROM_GAME_LATENCY )
|
||||
{
|
||||
printf( "ERROR: This option is only for MROM Setting" );
|
||||
return FALSE;
|
||||
}
|
||||
//if( (rh.s.game_cmd_param & CARD_LATENCY_MASK) != CARD_MROM_GAME_LATENCY )
|
||||
//{
|
||||
// printf( "ERROR: This option is only for MROM Setting" );
|
||||
// return FALSE;
|
||||
//}
|
||||
SetRomSpeedByIndex( &rh, ONETROM );
|
||||
printf( "ROM Speed Type: MROM -> 1TROM\n" );
|
||||
printf( "ROM Speed Type: **** -> 1TROM\n" );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user