video_core: gpu: Implement synchronous mode using threaded GPU.
This commit is contained in:
parent
14c825bd1c
commit
40571c073f
4 changed files with 34 additions and 12 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue