Forgot that
This commit is contained in:
parent
706cd50f25
commit
c44aebee4d
@ -704,7 +704,7 @@ void patchCode(u64 progId, u16 progVer, u8 *code, u32 size)
|
|||||||
)) goto error;
|
)) goto error;
|
||||||
}
|
}
|
||||||
|
|
||||||
else if(progId == 0x0004003000008A02LL && MULTICONFIG(DEVOPTIONS) == 1) //ErrDisp
|
else if(progId == 0x0004003000008A02LL) //ErrDisp
|
||||||
{
|
{
|
||||||
static const u8 pattern[] = {
|
static const u8 pattern[] = {
|
||||||
0x00, 0xD0, 0xE5, 0xDB
|
0x00, 0xD0, 0xE5, 0xDB
|
||||||
|
@ -22,7 +22,6 @@ enum multiOptions
|
|||||||
SPLASH,
|
SPLASH,
|
||||||
PIN,
|
PIN,
|
||||||
NEWCPU,
|
NEWCPU,
|
||||||
DEVOPTIONS
|
|
||||||
};
|
};
|
||||||
|
|
||||||
enum singleOptions
|
enum singleOptions
|
||||||
@ -34,7 +33,9 @@ enum singleOptions
|
|||||||
PATCHGAMES,
|
PATCHGAMES,
|
||||||
PATCHVERSTRING,
|
PATCHVERSTRING,
|
||||||
SHOWGBABOOT,
|
SHOWGBABOOT,
|
||||||
PATCHACCESS
|
PATCHACCESS,
|
||||||
|
PATCHUNITINFO,
|
||||||
|
ENABLEEXCEPTIONHANDLERS
|
||||||
};
|
};
|
||||||
|
|
||||||
enum flags
|
enum flags
|
||||||
|
Reference in New Issue
Block a user