Consistency
This commit is contained in:
parent
6de167467f
commit
540c0df918
@ -9,7 +9,7 @@
|
||||
|
||||
static CFWInfo info;
|
||||
|
||||
static u32 patchMemory(u8 *start, u32 size, const void *pattern, u32 patSize, int offset, const void *replace, u32 repSize, u32 count)
|
||||
static u32 patchMemory(u8 *start, u32 size, const void *pattern, u32 patSize, s32 offset, const void *replace, u32 repSize, u32 count)
|
||||
{
|
||||
u32 i;
|
||||
|
||||
|
Reference in New Issue
Block a user