Change L+R+SELECT to go back to L+R+START (#847)

This is a more universal combination
This commit is contained in:
bladeoner 2019-04-21 17:35:06 +02:00 committed by dborth
parent 55b4306c4b
commit 2dfce39f63

View File

@ -605,7 +605,7 @@ bool MenuRequested()
(userInput[i].pad.substickX < -70) || (userInput[i].pad.substickX < -70) ||
(userInput[i].pad.btns_h & PAD_TRIGGER_L && (userInput[i].pad.btns_h & PAD_TRIGGER_L &&
userInput[i].pad.btns_h & PAD_TRIGGER_R && userInput[i].pad.btns_h & PAD_TRIGGER_R &&
userInput[i].pad.btns_h & PAD_BUTTON_SELECT) userInput[i].pad.btns_h & PAD_BUTTON_START)
#ifdef HW_RVL #ifdef HW_RVL
|| (userInput[i].wpad->btns_h & WPAD_BUTTON_HOME) || || (userInput[i].wpad->btns_h & WPAD_BUTTON_HOME) ||
(userInput[i].wpad->btns_h & WPAD_CLASSIC_BUTTON_HOME) || (userInput[i].wpad->btns_h & WPAD_CLASSIC_BUTTON_HOME) ||
@ -646,7 +646,7 @@ void ReportButtons ()
/* Check for menu: /* Check for menu:
* CStick left * CStick left
* OR "L+R+X+Y" (eg. Homebrew/Adapted SNES controllers) * OR "L+R+START" (eg. Homebrew/Adapted SNES controllers)
* OR "Home" on the wiimote or classic controller * OR "Home" on the wiimote or classic controller
* OR Left on classic right analog stick * OR Left on classic right analog stick
*/ */