From ac9bdc7665669171cb31aa28b2b24072c3205b68 Mon Sep 17 00:00:00 2001 From: Aurora Date: Tue, 29 Mar 2016 18:56:51 +0200 Subject: [PATCH] Fixed exiting GBA games with updated SysNAND --- source/firm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/firm.c b/source/firm.c index e56157d1..40ff1a93 100755 --- a/source/firm.c +++ b/source/firm.c @@ -71,7 +71,7 @@ void setupCFW(void){ if(a9lhBoot && previousFirm && needConfig == 1){ //Always force a sysNAND boot when quitting AGB_FIRM if(previousFirm == 0x7){ - if(!updatedSys) mode = (config >> 12) & 0x1; + mode = updatedSys ? 1 : (config >> 12) & 0x1; emuNAND = 0; needConfig = 0; //Else, force the last used boot options unless A, L or R are pressed