mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -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;
|
e.linkStatus = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
links_to.erase(b.originalAddress);
|
||||||
}
|
}
|
||||||
|
|
||||||
void JitBaseBlockCache::DestroyBlock(int block_num, bool invalidate)
|
void JitBaseBlockCache::DestroyBlock(int block_num, bool invalidate)
|
||||||
|
Reference in New Issue
Block a user