mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 07:21:14 +01:00
JIT: clear FIFO write addresses when block cache is cleared
Fixes a spurious FIFO write check which caused a flags locking assert in Splinter Cell: Double Agent.
This commit is contained in:
parent
f151f5ed23
commit
561e96b080
@ -81,7 +81,7 @@ using namespace Gen;
|
||||
else
|
||||
Core::DisplayMessage("Clearing code cache.", 3000);
|
||||
#endif
|
||||
|
||||
jit->js.fifoWriteAddresses.clear();
|
||||
for (int i = 0; i < num_blocks; i++)
|
||||
{
|
||||
DestroyBlock(i, false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user