video_core: gpu: Implement synchronous mode using threaded GPU.

This commit is contained in:
bunnei 2020-12-12 00:24:33 -08:00
parent 14c825bd1c
commit 40571c073f
4 changed files with 34 additions and 12 deletions

View file

@ -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) \