mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
SimpleBenchmark : タイトルIDでHOTSW_Init呼ぶか呼ばないかの処理分け(jackal用とracoon用の場合分け)
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1889 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
4e3eed89f4
commit
917247b71e
@ -40,7 +40,11 @@ void SimpleBenchmarkInit( void )
|
|||||||
{
|
{
|
||||||
OS_InitTick();
|
OS_InitTick();
|
||||||
|
|
||||||
HOTSW_Init();
|
|
||||||
|
if( (u32)OS_GetTitleId() == 0x53423041 ) //SB0A
|
||||||
|
{
|
||||||
|
HOTSW_Init();
|
||||||
|
}
|
||||||
|
|
||||||
GX_DispOff();
|
GX_DispOff();
|
||||||
GXS_DispOff();
|
GXS_DispOff();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user