remove unneeded dolphin code, C++11 static_assert

This commit is contained in:
RSDuck
2019-08-16 23:17:08 +02:00
parent 727be0fd92
commit 86b96ca47a
12 changed files with 41 additions and 216 deletions

View File

@ -17,7 +17,7 @@ const Gen::X64Reg RSCRATCH2 = Gen::EDX;
const Gen::X64Reg RSCRATCH3 = Gen::ECX;
class Compiler : public Gen::X64CodeBlock
class Compiler : public Gen::XEmitter
{
public:
Compiler();
@ -132,6 +132,9 @@ public:
return Gen::R(RegCache.Mapping[reg]);
}
u8* ResetStart;
u32 CodeMemSize;
void* MemoryFuncs9[3][2];
void* MemoryFuncs7[3][2][2];