Skip to content

Commit

Permalink
Fix NS version
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraWright committed Nov 3, 2016
1 parent b6640d1 commit cef947d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion injector/source/patcher.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cef947d

Please sign in to comment.