diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/video_core/gpu_thread.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/video_core/gpu_thread.h b/src/video_core/gpu_thread.h index cedd9447b..edb148b14 100644 --- a/src/video_core/gpu_thread.h +++ b/src/video_core/gpu_thread.h | |||
| @@ -113,9 +113,6 @@ public: | |||
| 113 | /// Notify rasterizer that any caches of the specified region should be flushed and invalidated | 113 | /// Notify rasterizer that any caches of the specified region should be flushed and invalidated |
| 114 | void FlushAndInvalidateRegion(VAddr addr, u64 size); | 114 | void FlushAndInvalidateRegion(VAddr addr, u64 size); |
| 115 | 115 | ||
| 116 | /// Waits the caller until the GPU thread is idle, used for synchronization | ||
| 117 | void WaitForIdle(); | ||
| 118 | |||
| 119 | private: | 116 | private: |
| 120 | /// Pushes a command to be executed by the GPU thread | 117 | /// Pushes a command to be executed by the GPU thread |
| 121 | void PushCommand(CommandData&& command_data, bool wait_for_idle, bool allow_on_cpu); | 118 | void PushCommand(CommandData&& command_data, bool wait_for_idle, bool allow_on_cpu); |