mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
On block unlinking, wipe the address from the valid links.
This commit is contained in:
@ -313,6 +313,7 @@ using namespace Gen;
|
||||
e.linkStatus = false;
|
||||
}
|
||||
}
|
||||
links_to.erase(b.originalAddress);
|
||||
}
|
||||
|
||||
void JitBaseBlockCache::DestroyBlock(int block_num, bool invalidate)
|
||||
|
Reference in New Issue
Block a user