mirror of
https://github.com/LumaTeam/Luma3DS.git
synced 2026-02-22 01:44:38 +00:00
Remove debug #if 0 that was accidentally left in
This commit is contained in:
parent
cc46e16d66
commit
1c7a2b6135
@ -821,7 +821,6 @@ void patchCode(u64 progId, u16 progVer, u8 *code, u32 size, u32 textSize, u32 ro
|
|||||||
|
|
||||||
else if((progId & ~0xF0000001ULL) == 0x0004013000001702LL) //CFG, SAFE_FIRM CFG
|
else if((progId & ~0xF0000001ULL) == 0x0004013000001702LL) //CFG, SAFE_FIRM CFG
|
||||||
{
|
{
|
||||||
#if 0
|
|
||||||
static const u8 pattern[] = {
|
static const u8 pattern[] = {
|
||||||
0x06, 0x46, 0x10, 0x48
|
0x06, 0x46, 0x10, 0x48
|
||||||
},
|
},
|
||||||
@ -850,7 +849,6 @@ void patchCode(u64 progId, u16 progVer, u8 *code, u32 size, u32 textSize, u32 ro
|
|||||||
sizeof(patch) - 2, 2
|
sizeof(patch) - 2, 2
|
||||||
) != 2) goto error;
|
) != 2) goto error;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
else if(progId == 0x0004013000003702LL && progVer > 0) //RO
|
else if(progId == 0x0004013000003702LL && progVer > 0) //RO
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user