mirror of
https://github.com/dborth/fceugx.git
synced 2024-10-31 22:45:05 +01:00
remove start+A+B+Z trigger to go back to emulator. just use the stick or
home button.
This commit is contained in:
parent
cc9c4d8cf4
commit
9fca96c7a1
@ -516,12 +516,7 @@ bool MenuRequested()
|
|||||||
for(int i=0; i<4; i++)
|
for(int i=0; i<4; i++)
|
||||||
{
|
{
|
||||||
if (
|
if (
|
||||||
(userInput[i].pad.substickX < -70) ||
|
(userInput[i].pad.substickX < -70)
|
||||||
(userInput[i].pad.btns_h & PAD_BUTTON_START &&
|
|
||||||
userInput[i].pad.btns_h & PAD_BUTTON_A &&
|
|
||||||
userInput[i].pad.btns_h & PAD_BUTTON_B &&
|
|
||||||
userInput[i].pad.btns_h & PAD_TRIGGER_Z
|
|
||||||
)
|
|
||||||
#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)
|
||||||
|
Loading…
Reference in New Issue
Block a user