Forgot that

This commit is contained in:
TuxSH 2017-03-05 14:03:15 +01:00
parent 706cd50f25
commit c44aebee4d
2 changed files with 8 additions and 7 deletions

View File

@ -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

View File

@ -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