mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-12-24 02:01:49 +01:00
Change L+R+SELECT to go back to L+R+START (#847)
This is a more universal combination
This commit is contained in:
parent
55b4306c4b
commit
2dfce39f63
@ -605,7 +605,7 @@ bool MenuRequested()
|
||||
(userInput[i].pad.substickX < -70) ||
|
||||
(userInput[i].pad.btns_h & PAD_TRIGGER_L &&
|
||||
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
|
||||
|| (userInput[i].wpad->btns_h & WPAD_BUTTON_HOME) ||
|
||||
(userInput[i].wpad->btns_h & WPAD_CLASSIC_BUTTON_HOME) ||
|
||||
@ -646,7 +646,7 @@ void ReportButtons ()
|
||||
|
||||
/* Check for menu:
|
||||
* 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 Left on classic right analog stick
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user