mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-27 13:04:21 +01:00
remove L+R+X+Y trigger to go back to emulator. just use the stick or
home button.
This commit is contained in:
parent
d51aeb12ac
commit
647097b356
@ -546,12 +546,7 @@ bool MenuRequested()
|
||||
for(int i=0; i<4; i++)
|
||||
{
|
||||
if (
|
||||
(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_X &&
|
||||
userInput[i].pad.btns_h & PAD_BUTTON_Y
|
||||
)
|
||||
(userInput[i].pad.substickX < -70)
|
||||
#ifdef HW_RVL
|
||||
|| (userInput[i].wpad->btns_h & WPAD_BUTTON_HOME) ||
|
||||
(userInput[i].wpad->btns_h & WPAD_CLASSIC_BUTTON_HOME)
|
||||
|
Loading…
Reference in New Issue
Block a user