summaryrefslogtreecommitdiffstats
path: root/src/video_core/gpu_thread.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-03-27 17:51:17 +0100
committerLioncash <mathew1800@gmail.com>2019-03-27 17:51:21 +0100
commit947d364dba77d4fab50d5fefb27b92205af63db8 (patch)
treec3cdeda4649ac7fd13e193f086a9dc0b1a80177f /src/video_core/gpu_thread.h
parentgl_rasterizer: Remove unused reference member variable from RasterizerOpenGL (diff)
downloadyuzu-947d364dba77d4fab50d5fefb27b92205af63db8.tar
yuzu-947d364dba77d4fab50d5fefb27b92205af63db8.tar.gz
yuzu-947d364dba77d4fab50d5fefb27b92205af63db8.tar.bz2
yuzu-947d364dba77d4fab50d5fefb27b92205af63db8.tar.lz
yuzu-947d364dba77d4fab50d5fefb27b92205af63db8.tar.xz
yuzu-947d364dba77d4fab50d5fefb27b92205af63db8.tar.zst
yuzu-947d364dba77d4fab50d5fefb27b92205af63db8.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 8cd7db1c6..6ab7142f8 100644
--- a/src/video_core/gpu_thread.h
+++ b/src/video_core/gpu_thread.h
@@ -4,10 +4,8 @@
#pragma once
-#include <array>
#include <atomic>
#include <condition_variable>
-#include <memory>
#include <mutex>
#include <optional>
#include <thread>
@@ -177,7 +175,6 @@ private:
private:
SynchState state;
VideoCore::RendererBase& renderer;
- Tegra::DmaPusher& dma_pusher;
std::thread thread;
std::thread::id thread_id;
};