From 0f1bc98bb7ab24a86d31581465cf7d5fcb260b0a Mon Sep 17 00:00:00 2001 From: Aurora Date: Tue, 26 Apr 2016 14:11:34 +0200 Subject: [PATCH] Rename "Use SysNAND FIRM as default" to "SysNAND is updated" --- source/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/config.c b/source/config.c index 014f7fa08..939bc6473 100644 --- a/source/config.c +++ b/source/config.c @@ -20,7 +20,7 @@ void configureCFW(const char *configPath) "New 3DS CPU: Off( ) Clock( ) L2( ) Clock+L2( )" }; const char *singleOptionsText[] = { "( ) Autoboot SysNAND", - "( ) Use SysNAND FIRM as default (A9LH-only)", + "( ) SysNAND is updated (A9LH-only)", "( ) Force A9LH detection", "( ) Use second EmuNAND as default", "( ) Enable region/language emulation",