mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-16 15:47:58 -05:00
BufferCache: Implement OnCPUWrite and SyncGuestHost
This commit is contained in:
@ -21,6 +21,7 @@ MICROPROFILE_DEFINE(DispatchCalls, "GPU", "Execute command buffer", MP_RGB(128,
|
||||
void DmaPusher::DispatchCalls() {
|
||||
MICROPROFILE_SCOPE(DispatchCalls);
|
||||
|
||||
gpu.SyncGuestHost();
|
||||
// On entering GPU code, assume all memory may be touched by the ARM core.
|
||||
gpu.Maxwell3D().OnMemoryWrite();
|
||||
|
||||
|
Reference in New Issue
Block a user