mirror of
https://github.com/libretro/ppsspp.git
synced 2025-03-02 13:46:06 +00:00
Jit: Invalidate on dmac copy as well.
This commit is contained in:
parent
51016eb1c5
commit
ddcfed1b5e
@ -50,6 +50,7 @@ static int __DmacMemcpy(u32 dst, u32 src, u32 size) {
|
||||
}
|
||||
if (!skip) {
|
||||
Memory::Memcpy(dst, Memory::GetPointer(src), size);
|
||||
currentMIPS->InvalidateICache(dst, size);
|
||||
}
|
||||
|
||||
// This number seems strangely reproducible.
|
||||
|
Loading…
x
Reference in New Issue
Block a user