more fixes for flag optimisation

+ small cycle counting optimisation
This commit is contained in:
RSDuck
2019-09-08 14:09:00 +02:00
parent 5202c505ab
commit 2ef776883f
5 changed files with 86 additions and 44 deletions

View File

@ -139,6 +139,8 @@ public:
u8* ResetStart;
u32 CodeMemSize;
bool IrregularCycles;
void* MemoryFuncs9[3][2];
void* MemoryFuncs7[3][2][2];