SDK4064対応

・OS_SetLauncherParamAndResetHardware()の引数仕様変更に対応
 ・OSi_DoHardwareResetのPMi_WaitBusy()で何故か停止してしまう件について調査中

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@595 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yoshida_teruhisa 2008-02-06 05:21:50 +00:00
parent fe0f97666b
commit be4d755af5
3 changed files with 4 additions and 4 deletions

View File

@ -569,7 +569,7 @@ static TitleProperty *ProcessPads( TitleProperty *pTitleList )
}
if( pad.trg & PAD_BUTTON_B ) {
OS_SetLauncherParamAndResetHardware( 0, NULL, &tempflag );
OS_SetLauncherParamAndResetHardware( NULL, &tempflag );
}
if(pad.cont & PAD_KEY_RIGHT || tp_lr == 1){ // バナー選択

View File

@ -209,7 +209,7 @@ int MachineSettingMain( void )
DrawMenu( s_csr, &s_settingParam );
if( pad.trg & PAD_BUTTON_START ) {
OS_SetLauncherParamAndResetHardware( 0, NULL, &tempflag );
OS_SetLauncherParamAndResetHardware( NULL, &tempflag );
}
if( ( pad.trg & PAD_BUTTON_A ) || ( tp_select ) ) { // メニュー項目への分岐
@ -237,7 +237,7 @@ int MachineSettingMain( void )
break;
case 5:
//pictochat起動テスト
OS_SetLauncherParamAndResetHardware( 0, 0x0003000550434854, &tempflag );
OS_SetLauncherParamAndResetHardware( 0x0003000550434854, &tempflag );
}
}
}

View File

@ -20,7 +20,7 @@ include $(TWLSDK_ROOT)/build/buildtools/commondefs
#----------------------------------------------------------------------------
SUBDIRS = SimpleApp AppliCooperation ExecPreLoadedApp ExecTmpApp RelocateChecker
SUBDIRS = RelocateChecker
#----------------------------------------------------------------------------