From 3bc247b43b84f3311e7ffd326774a916b0728a4a Mon Sep 17 00:00:00 2001 From: TuxSH Date: Thu, 1 Sep 2016 16:24:03 +0200 Subject: [PATCH] Update firm.c --- source/firm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/firm.c b/source/firm.c index 69a0885..e374c43 100755 --- a/source/firm.c +++ b/source/firm.c @@ -267,7 +267,7 @@ static inline u32 loadFirm(FirmwareType *firmType, FirmwareSource firmSource) if(BOOTCONFIG(5, 1)) error("SAFE_MODE is not supported on 1.x/2.x FIRM"); - *firmType = NATIVE_FIRM2X; + *firmType = NATIVE_FIRM1X2X; } //We can't boot a 3.x/4.x NATIVE_FIRM, load one from SD