From 896a088199993bdb7daef3f50b3439ead84f243c Mon Sep 17 00:00:00 2001 From: Aurora Date: Fri, 4 Nov 2016 22:31:43 +0100 Subject: [PATCH] Fix comment --- source/firm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/firm.c b/source/firm.c index 2e15c5b..0e921d3 100755 --- a/source/firm.c +++ b/source/firm.c @@ -122,7 +122,7 @@ u32 patchNativeFirm(u32 firmVersion, FirmwareSource nandType, u32 emuHeader, boo firm->arm9Entry = (u8 *)0x801B01C; } - //Sets the 7.x NCCH KeyX and the 6.x gamecard save data KeyY on >= 6.0 O3DS FIRMs, if not using A9LH or a dev unit + //Sets the 7.x NCCH KeyX and the 6.x gamecard save data KeyY on >= 6.0 O3DS FIRMs, if not using A9LH else if(!ISA9LH && !ISFIRMLAUNCH && firmVersion >= 0x29) set6x7xKeys(); //Find the Process9 .code location, size and memory address