mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-18 14:13:13 +00:00
force stronger read
This commit is contained in:
+1
-1
@@ -755,7 +755,7 @@ struct Memory::Impl {
|
||||
auto& gpu = system.GPU();
|
||||
gpu_device_memory->ApplyOpOnPointer(p, scratch_buffers[core], [&](DAddr address) {
|
||||
if (flush) {
|
||||
gpu.FlushRegion(address, size);
|
||||
void(gpu.OnCPURead(address, size));
|
||||
}
|
||||
gpu.InvalidateRegion(address, size);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user