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

@ -171,7 +171,7 @@ void* Compiler::Gen_MemoryRoutine9(bool store, int size)
}
RET();
static_assert(RSCRATCH == EAX);
static_assert(RSCRATCH == EAX, "Someone changed RSCRATCH!");
return res;
}