summaryrefslogtreecommitdiff
path: root/src/video_core/gpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_core/gpu.h')
-rw-r--r--src/video_core/gpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_core/gpu.h b/src/video_core/gpu.h
index 655373b33..0a4a8b14f 100644
--- a/src/video_core/gpu.h
+++ b/src/video_core/gpu.h
@@ -110,7 +110,7 @@ public:
110 /// Flush all current written commands into the host GPU for execution. 110 /// Flush all current written commands into the host GPU for execution.
111 void FlushCommands(); 111 void FlushCommands();
112 /// Synchronizes CPU writes with Host GPU memory. 112 /// Synchronizes CPU writes with Host GPU memory.
113 void SyncGuestHost(); 113 void InvalidateGPUCache();
114 /// Signal the ending of command list. 114 /// Signal the ending of command list.
115 void OnCommandListEnd(); 115 void OnCommandListEnd();
116 116
@@ -180,7 +180,7 @@ public:
180 void RendererFrameEndNotify(); 180 void RendererFrameEndNotify();
181 181
182 void RequestSwapBuffers(const Tegra::FramebufferConfig* framebuffer, 182 void RequestSwapBuffers(const Tegra::FramebufferConfig* framebuffer,
183 Service::Nvidia::NvFence* fences, size_t num_fences); 183 std::array<Service::Nvidia::NvFence, 4>& fences, size_t num_fences);
184 184
185 /// Performs any additional setup necessary in order to begin GPU emulation. 185 /// Performs any additional setup necessary in order to begin GPU emulation.
186 /// This can be used to launch any necessary threads and register any necessary 186 /// This can be used to launch any necessary threads and register any necessary