From be4d755af571a9cf43f344068dca985f8d6cba54 Mon Sep 17 00:00:00 2001 From: yoshida_teruhisa Date: Wed, 6 Feb 2008 05:21:50 +0000 Subject: [PATCH] =?UTF-8?q?SDK4064=E5=AF=BE=E5=BF=9C=20=20=E3=83=BBOS=5FSe?= =?UTF-8?q?tLauncherParamAndResetHardware()=E3=81=AE=E5=BC=95=E6=95=B0?= =?UTF-8?q?=E4=BB=95=E6=A7=98=E5=A4=89=E6=9B=B4=E3=81=AB=E5=AF=BE=E5=BF=9C?= =?UTF-8?q?=20=E3=80=80=E3=83=BBOSi=5FDoHardwareReset=E3=81=AEPMi=5FWaitBu?= =?UTF-8?q?sy()=E3=81=A7=E4=BD=95=E6=95=85=E3=81=8B=E5=81=9C=E6=AD=A2?= =?UTF-8?q?=E3=81=97=E3=81=A6=E3=81=97=E3=81=BE=E3=81=86=E4=BB=B6=E3=81=AB?= =?UTF-8?q?=E3=81=A4=E3=81=84=E3=81=A6=E8=AA=BF=E6=9F=BB=E4=B8=AD?= 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@595 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/systemMenu_RED/Launcher/ARM9/src/launcher.c | 2 +- .../systemMenu_RED/MachineSettings/ARM9/src/MachineSetting.c | 4 ++-- build/tests/Makefile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/systemMenu_RED/Launcher/ARM9/src/launcher.c b/build/systemMenu_RED/Launcher/ARM9/src/launcher.c index 8f8f151a..3db2a529 100644 --- a/build/systemMenu_RED/Launcher/ARM9/src/launcher.c +++ b/build/systemMenu_RED/Launcher/ARM9/src/launcher.c @@ -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){ // バナー選択 diff --git a/build/systemMenu_RED/MachineSettings/ARM9/src/MachineSetting.c b/build/systemMenu_RED/MachineSettings/ARM9/src/MachineSetting.c index 108d912a..f7027673 100644 --- a/build/systemMenu_RED/MachineSettings/ARM9/src/MachineSetting.c +++ b/build/systemMenu_RED/MachineSettings/ARM9/src/MachineSetting.c @@ -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 ); } } } diff --git a/build/tests/Makefile b/build/tests/Makefile index a0b32420..8b841df2 100644 --- a/build/tests/Makefile +++ b/build/tests/Makefile @@ -20,7 +20,7 @@ include $(TWLSDK_ROOT)/build/buildtools/commondefs #---------------------------------------------------------------------------- -SUBDIRS = SimpleApp AppliCooperation ExecPreLoadedApp ExecTmpApp RelocateChecker +SUBDIRS = RelocateChecker #----------------------------------------------------------------------------