add back L+R+X+Y trigger to go back to emulator

This commit is contained in:
Daryl Borth 2019-04-19 13:05:52 -06:00
parent cfda443d78
commit 9bcb97dd10

View File

@ -602,7 +602,11 @@ bool MenuRequested()
for(int i=0; i<4; i++)
{
if (
(userInput[i].pad.substickX < -70)
(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)
#ifdef HW_RVL
|| (userInput[i].wpad->btns_h & WPAD_BUTTON_HOME) ||
(userInput[i].wpad->btns_h & WPAD_CLASSIC_BUTTON_HOME) ||