mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
ショートカット起動キー判定修正
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1699 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
2bc1ec351a
commit
dfa67621c3
@ -445,7 +445,7 @@ static TitleProperty *SYSMi_CheckShortcutBoot2( void )
|
||||
//-----------------------------------------------------
|
||||
// L+R+Startボタン押下起動で、本体設定のタッチパネル設定を起動
|
||||
//-----------------------------------------------------
|
||||
if( ( PAD_Read() & SYSM_PAD_SHORTCUT_MACHINE_SETTINGS ) ==
|
||||
if( ( PAD_Read() & SYSM_PAD_SHORTCUT_TP_CALIBRATION ) ==
|
||||
SYSM_PAD_SHORTCUT_TP_CALIBRATION ) {
|
||||
argument = OS_TWL_MACHINE_SETTING_TP_CALIBRATION;
|
||||
isSetArgument = TRUE;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user