summaryrefslogtreecommitdiffstats
path: root/src/video_core/gpu_thread.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-03-07 22:08:09 +0100
committerLioncash <mathew1800@gmail.com>2019-03-07 22:08:52 +0100
commitc2d4c8b95ed2052319608aab500b29c363d6b0bb (patch)
treee35ae81df98d106c943102fd240e763faa3a1cc7 /src/video_core/gpu_thread.h
parentvideo_core/gpu_thread: Amend constructor initializer list order (diff)
downloadyuzu-c2d4c8b95ed2052319608aab500b29c363d6b0bb.tar
yuzu-c2d4c8b95ed2052319608aab500b29c363d6b0bb.tar.gz
yuzu-c2d4c8b95ed2052319608aab500b29c363d6b0bb.tar.bz2
yuzu-c2d4c8b95ed2052319608aab500b29c363d6b0bb.tar.lz
yuzu-c2d4c8b95ed2052319608aab500b29c363d6b0bb.tar.xz
yuzu-c2d4c8b95ed2052319608aab500b29c363d6b0bb.tar.zst
yuzu-c2d4c8b95ed2052319608aab500b29c363d6b0bb.zip
Diffstat (limited to 'src/video_core/gpu_thread.h')
-rw-r--r--src/video_core/gpu_thread.h3
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:
/// Notify rasterizer that any caches of the specified region should be flushed and invalidated
void FlushAndInvalidateRegion(VAddr addr, u64 size);
- /// Waits the caller until the GPU thread is idle, used for synchronization
- void WaitForIdle();
-
private:
/// Pushes a command to be executed by the GPU thread
void PushCommand(CommandData&& command_data, bool wait_for_idle, bool allow_on_cpu);