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:
nishikawa_takeshi 2008-09-10 10:20:05 +00:00
parent 76f84cdf41
commit dc09a441b7

View File

@ -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" );
}
}