From 62a70cfdac269384f88e573cd47704ade861f371 Mon Sep 17 00:00:00 2001 From: Aurora Date: Fri, 2 Sep 2016 14:47:20 +0200 Subject: [PATCH] Old NATIVE_FIRMs do not have injectable modules --- source/firm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/firm.c b/source/firm.c index f85ce94..18f3b7f 100755 --- a/source/firm.c +++ b/source/firm.c @@ -458,9 +458,8 @@ static inline void copySection0AndInjectSystemModules(FirmwareType firmType) static inline void launchFirm(FirmwareType firmType) { - //If we're booting NATIVE_FIRM, section0 needs to be copied separately to inject 3ds_injector u32 sectionNum; - if(firmType != SAFE_FIRM) + if(firmType != SAFE_FIRM && firmType != NATIVE_FIRM1X2X) { copySection0AndInjectSystemModules(firmType); sectionNum = 1;