From 063eae7e95909b3db3e1b602ae8d06c2d68dcc1b Mon Sep 17 00:00:00 2001 From: Aurora Date: Thu, 8 Sep 2016 13:50:41 +0200 Subject: [PATCH] Fix another derp --- source/firm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/firm.c b/source/firm.c index bbdda32..5bd750d 100755 --- a/source/firm.c +++ b/source/firm.c @@ -94,7 +94,7 @@ void main(void) u32 pressed = HID_PAD; //Save old options and begin saving the new boot configuration - configTemp = (configData.config & 0xFFFFFFC0) | ((u32)isA9lh << 4); + configTemp = (configData.config & 0xFFFFFF80) | ((u32)isA9lh << 4); //If it's a MCU reboot, try to force boot options if(isA9lh && CFG_BOOTENV)