summaryrefslogtreecommitdiffstats
path: root/src/video_core/gpu.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-12-12 09:24:33 +0100
committerbunnei <bunneidev@gmail.com>2020-12-29 01:33:48 +0100
commit40571c073faa02a6a4301e7f0ce365ef50a400aa (patch)
treef36bf8633469b5fc370495477e3c7cbc6e97a9c6 /src/video_core/gpu.h
parentvideo_core: gpu: Refactor out synchronous/asynchronous GPU implementations. (diff)
downloadyuzu-40571c073faa02a6a4301e7f0ce365ef50a400aa.tar
yuzu-40571c073faa02a6a4301e7f0ce365ef50a400aa.tar.gz
yuzu-40571c073faa02a6a4301e7f0ce365ef50a400aa.tar.bz2
yuzu-40571c073faa02a6a4301e7f0ce365ef50a400aa.tar.lz
yuzu-40571c073faa02a6a4301e7f0ce365ef50a400aa.tar.xz
yuzu-40571c073faa02a6a4301e7f0ce365ef50a400aa.tar.zst
yuzu-40571c073faa02a6a4301e7f0ce365ef50a400aa.zip
Diffstat (limited to 'src/video_core/gpu.h')
-rw-r--r--src/video_core/gpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_core/gpu.h b/src/video_core/gpu.h
index a2bb4d82d..d81e38680 100644
--- a/src/video_core/gpu.h
+++ b/src/video_core/gpu.h
@@ -406,10 +406,10 @@ private:
u64 last_flush_fence{};
std::mutex flush_request_mutex;
+ const bool is_async;
+
VideoCommon::GPUThread::ThreadManager gpu_thread;
std::unique_ptr<Core::Frontend::GraphicsContext> cpu_context;
-
- const bool is_async;
};
#define ASSERT_REG_POSITION(field_name, position) \