From 9fca96c7a16d0aaeccb1c0fbc6fdc2efe2ec9d90 Mon Sep 17 00:00:00 2001 From: Daryl Borth Date: Thu, 9 Aug 2018 17:30:48 -0600 Subject: [PATCH] remove start+A+B+Z trigger to go back to emulator. just use the stick or home button. --- source/pad.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/source/pad.cpp b/source/pad.cpp index 78e7d59..d0548ef 100644 --- a/source/pad.cpp +++ b/source/pad.cpp @@ -516,12 +516,7 @@ bool MenuRequested() for(int i=0; i<4; i++) { if ( - (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 - ) + (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)