From b42f9ffb416708d629b4c3524a54935fb2b2d4d0 Mon Sep 17 00:00:00 2001 From: Aurora Date: Wed, 23 Mar 2016 04:56:02 +0100 Subject: [PATCH] Warn that Updated SysNAND does not work if not using A9LH --- source/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/utils.c b/source/utils.c index 4ad2e1c..65991c2 100644 --- a/source/utils.c +++ b/source/utils.c @@ -52,7 +52,7 @@ static u16 waitInput(void){ void configureCFW(const char *configPath){ struct options options; - options.text[0] = "( ) Updated SysNAND mode"; + options.text[0] = "( ) Updated SysNAND mode (A9LH-only)"; options.text[1] = "( ) Use pre-patched FIRMs"; options.text[2] = "( ) Force A9LH detection";