From 060d8e9945d622f875dd115e3cc491f9ba3e3b12 Mon Sep 17 00:00:00 2001 From: Aurora Date: Thu, 31 Mar 2016 16:04:12 +0200 Subject: [PATCH] Comment things better --- source/firm.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/firm.c b/source/firm.c index 57cbb88..bbefce2 100755 --- a/source/firm.c +++ b/source/firm.c @@ -78,9 +78,11 @@ void setupCFW(void){ if(previousFirm == 7){ mode = updatedSys ? 1 : (config >> 12) & 1; emuNAND = 0; + //Flag to prevent multiple boot options-forcing tempConfig |= 1 << 15; needConfig = 0; - //Else, force the last used boot options unless A, L or R are pressed + /* Else, force the last used boot options unless A, L or R are pressed + or the no-forcing flag is set */ } else if(!(pressed & OPTION_BUTTONS) && ((config >> 15) & 1)){ mode = (config >> 12) & 1; emuNAND = (config >> 13) & 3;