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;
|
||||
}
|
||||
|
||||
else if(progId == 0x0004003000008A02LL && MULTICONFIG(DEVOPTIONS) == 1) //ErrDisp
|
||||
else if(progId == 0x0004003000008A02LL) //ErrDisp
|
||||
{
|
||||
static const u8 pattern[] = {
|
||||
0x00, 0xD0, 0xE5, 0xDB
|
||||
|
@ -22,7 +22,6 @@ enum multiOptions
|
||||
SPLASH,
|
||||
PIN,
|
||||
NEWCPU,
|
||||
DEVOPTIONS
|
||||
};
|
||||
|
||||
enum singleOptions
|
||||
@ -34,7 +33,9 @@ enum singleOptions
|
||||
PATCHGAMES,
|
||||
PATCHVERSTRING,
|
||||
SHOWGBABOOT,
|
||||
PATCHACCESS
|
||||
PATCHACCESS,
|
||||
PATCHUNITINFO,
|
||||
ENABLEEXCEPTIONHANDLERS
|
||||
};
|
||||
|
||||
enum flags
|
||||
|
Reference in New Issue
Block a user