From aede5a5331ede39a81ddad4a4567dbfe90e78017 Mon Sep 17 00:00:00 2001 From: Aurora Date: Wed, 2 Mar 2016 04:33:20 +0100 Subject: [PATCH] Not needed --- source/firm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/firm.c b/source/firm.c index 9a3f819..07062b8 100755 --- a/source/firm.c +++ b/source/firm.c @@ -128,7 +128,7 @@ u8 patchFirm(void){ /* If L or R aren't pressed on a 9.0/9.2 SysNAND, or the 9.0 FIRM is selected or R is pressed on a > 9.2 SysNAND, boot emuNAND */ if((updatedSys && (!mode || ((pressed & BUTTON_R1) && pressed != SAFEMODE))) || - (!updatedSys && mode && !(pressed & (BUTTON_L1 | BUTTON_R1)))){ + (!updatedSys && mode && !(pressed & BUTTON_R1))){ if (loadEmu()) return 1; } else if (a9lhSetup){