summaryrefslogtreecommitdiffstats
path: root/src/video_core/gpu_thread.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-03-07 22:05:46 +0100
committerLioncash <mathew1800@gmail.com>2019-03-07 22:05:49 +0100
commit48a461a629e60079c505140b93cfbfa60ac9192d (patch)
tree572132d5fcc479d393913b40383f18c2609e41e2 /src/video_core/gpu_thread.h
parentMerge pull request #2196 from DarkLordZach/web-applet-esc (diff)
downloadyuzu-48a461a629e60079c505140b93cfbfa60ac9192d.tar
yuzu-48a461a629e60079c505140b93cfbfa60ac9192d.tar.gz
yuzu-48a461a629e60079c505140b93cfbfa60ac9192d.tar.bz2
yuzu-48a461a629e60079c505140b93cfbfa60ac9192d.tar.lz
yuzu-48a461a629e60079c505140b93cfbfa60ac9192d.tar.xz
yuzu-48a461a629e60079c505140b93cfbfa60ac9192d.tar.zst
yuzu-48a461a629e60079c505140b93cfbfa60ac9192d.zip
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:
private:
SynchState state;
- std::thread thread;
- std::thread::id thread_id;
VideoCore::RendererBase& renderer;
Tegra::DmaPusher& dma_pusher;
+ std::thread thread;
+ std::thread::id thread_id;
};
} // namespace VideoCommon::GPUThread