From 2dfce39f639e72c92cdb5d1429e880cdd96e05ae Mon Sep 17 00:00:00 2001 From: bladeoner Date: Sun, 21 Apr 2019 17:35:06 +0200 Subject: [PATCH] Change L+R+SELECT to go back to L+R+START (#847) This is a more universal combination --- source/input.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/input.cpp b/source/input.cpp index 5c31abc..fbfe0bf 100644 --- a/source/input.cpp +++ b/source/input.cpp @@ -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 */