From cef947d67df1c635d576fc3c961cec48091b5265 Mon Sep 17 00:00:00 2001 From: Aurora Date: Thu, 3 Nov 2016 19:36:08 +0100 Subject: [PATCH] Fix NS version --- injector/source/patcher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/injector/source/patcher.c b/injector/source/patcher.c index 8c0f27d..4c4f84a 100644 --- a/injector/source/patcher.c +++ b/injector/source/patcher.c @@ -418,7 +418,7 @@ void patchCode(u64 progId, u16 progVer, u8 *code, u32 size) else if(progId == 0x0004013000008002LL) //NS { - if(progVer >= 0xD) + if(progVer > 4) { static const u8 stopCartUpdatesPattern[] = { 0x0C, 0x18, 0xE1, 0xD8