summaryrefslogtreecommitdiff
path: root/src/video_core/gpu_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_core/gpu_thread.h')
-rw-r--r--src/video_core/gpu_thread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_core/gpu_thread.h b/src/video_core/gpu_thread.h
index 2ad8214cc..cedd9447b 100644
--- a/src/video_core/gpu_thread.h
+++ b/src/video_core/gpu_thread.h
@@ -127,10 +127,10 @@ private:
127 127
128private: 128private:
129 SynchState state; 129 SynchState state;
130 std::thread thread;
131 std::thread::id thread_id;
132 VideoCore::RendererBase& renderer; 130 VideoCore::RendererBase& renderer;
133 Tegra::DmaPusher& dma_pusher; 131 Tegra::DmaPusher& dma_pusher;
132 std::thread thread;
133 std::thread::id thread_id;
134}; 134};
135 135
136} // namespace VideoCommon::GPUThread 136} // namespace VideoCommon::GPUThread