From 7ab59e420a5c93b62007ef88523a3ce0afb0b30f Mon Sep 17 00:00:00 2001 From: Aurora Date: Mon, 15 Aug 2016 13:28:43 +0200 Subject: [PATCH] Fix comment --- source/firm.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/source/firm.c b/source/firm.c index f13de09..ccdedcf 100755 --- a/source/firm.c +++ b/source/firm.c @@ -157,12 +157,11 @@ void main(void) firmSource = FIRMWARE_SYSNAND; } else - { - /* If L and R/A/Select or one of the single payload buttons are pressed, - chainload an external payload (the PIN, if any, has been verified)*/ - + { if(CONFIG(6) && loadSplash()) pressed = HID_PAD; + /* If L and R/A/Select or one of the single payload buttons are pressed, + chainload an external payload (the PIN, if any, has been verified)*/ bool shouldLoadPayload = (pressed & SINGLE_PAYLOAD_BUTTONS) || ((pressed & BUTTON_L1) && (pressed & L_PAYLOAD_BUTTONS)); if(shouldLoadPayload) loadPayload(pressed);