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