From 917247b71ec9fc92dc5304cb8e57034e85198f75 Mon Sep 17 00:00:00 2001 From: yoshida_teruhisa Date: Tue, 15 Jul 2008 02:09:44 +0000 Subject: [PATCH] =?UTF-8?q?SimpleBenchmark=20:=20=E3=82=BF=E3=82=A4?= =?UTF-8?q?=E3=83=88=E3=83=ABID=E3=81=A7HOTSW=5FInit=E5=91=BC=E3=81=B6?= =?UTF-8?q?=E3=81=8B=E5=91=BC=E3=81=B0=E3=81=AA=E3=81=84=E3=81=8B=E3=81=AE?= =?UTF-8?q?=E5=87=A6=E7=90=86=E5=88=86=E3=81=91(jackal=E7=94=A8=E3=81=A8ra?= =?UTF-8?q?coon=E7=94=A8=E3=81=AE=E5=A0=B4=E5=90=88=E5=88=86=E3=81=91)?= 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@1889 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/tests/SimpleBenchmark/ARM9/src/SimpleBenchmark.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build/tests/SimpleBenchmark/ARM9/src/SimpleBenchmark.c b/build/tests/SimpleBenchmark/ARM9/src/SimpleBenchmark.c index 756c1257..51f3f154 100644 --- a/build/tests/SimpleBenchmark/ARM9/src/SimpleBenchmark.c +++ b/build/tests/SimpleBenchmark/ARM9/src/SimpleBenchmark.c @@ -40,7 +40,11 @@ void SimpleBenchmarkInit( void ) { OS_InitTick(); - HOTSW_Init(); + + if( (u32)OS_GetTitleId() == 0x53423041 ) //SB0A + { + HOTSW_Init(); + } GX_DispOff(); GXS_DispOff();