From dc09a441b7166f4bd4fdddc9e6ff73d3c2c365ea Mon Sep 17 00:00:00 2001 From: nishikawa_takeshi Date: Wed, 10 Sep 2008 10:20:05 +0000 Subject: [PATCH] =?UTF-8?q?ROM=E3=83=98=E3=83=83=E3=83=80=E5=81=BD?= =?UTF-8?q?=E8=A3=85:MROM->1TROM=E5=A4=89=E6=9B=B4=E3=81=AEMROM=E5=88=A4?= =?UTF-8?q?=E5=AE=9A=E3=82=92=E3=82=84=E3=82=81=E3=82=8B=E3=80=82=E5=95=8F?= =?UTF-8?q?=E7=AD=94=E7=84=A1=E7=94=A8=E3=81=AB1TROM=E3=81=AB=E5=A4=89?= =?UTF-8?q?=E6=8F=9B=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2475 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/tests/FakeRomHeader/main.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build/tests/FakeRomHeader/main.c b/build/tests/FakeRomHeader/main.c index 29488f40..2181dec6 100644 --- a/build/tests/FakeRomHeader/main.c +++ b/build/tests/FakeRomHeader/main.c @@ -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" ); } }