mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
remove unneeded dolphin code, C++11 static_assert
This commit is contained in:
@ -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));
|
||||
|
Reference in New Issue
Block a user