diff options
Diffstat (limited to 'src/video_core/dma_pusher.cpp')
| -rw-r--r-- | src/video_core/dma_pusher.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/dma_pusher.cpp b/src/video_core/dma_pusher.cpp index 2c8b20024..8b33c04ab 100644 --- a/src/video_core/dma_pusher.cpp +++ b/src/video_core/dma_pusher.cpp | |||
| @@ -23,8 +23,6 @@ void DmaPusher::DispatchCalls() { | |||
| 23 | MICROPROFILE_SCOPE(DispatchCalls); | 23 | MICROPROFILE_SCOPE(DispatchCalls); |
| 24 | 24 | ||
| 25 | gpu.SyncGuestHost(); | 25 | gpu.SyncGuestHost(); |
| 26 | // On entering GPU code, assume all memory may be touched by the ARM core. | ||
| 27 | gpu.Maxwell3D().OnMemoryWrite(); | ||
| 28 | 26 | ||
| 29 | dma_pushbuffer_subindex = 0; | 27 | dma_pushbuffer_subindex = 0; |
| 30 | 28 | ||