remove unneeded dolphin code, C++11 static_assert

This commit is contained in:
RSDuck
2019-08-16 23:17:08 +02:00
parent dcf21c98f2
commit 5e443e7962
12 changed files with 41 additions and 216 deletions

View File

@ -188,6 +188,8 @@ CompiledBlock CompileBlock(ARM* cpu)
void InvalidateBlockCache()
{
printf("Resetting JIT block cache...\n");
memset(cache.MainRAM, 0, sizeof(cache.MainRAM));
memset(cache.SWRAM, 0, sizeof(cache.SWRAM));
memset(cache.ARM9_BIOS, 0, sizeof(cache.ARM9_BIOS));