mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 14:35:46 +00:00
nv_host_ctrl: Make Sync GPU variant always return synced result.
This commit is contained in:
parent
b18365ed59
commit
772d205e8f
5 changed files with 16 additions and 5 deletions
|
@ -11,7 +11,7 @@
|
|||
namespace VideoCommon {
|
||||
|
||||
GPUAsynch::GPUAsynch(Core::System& system, VideoCore::RendererBase& renderer)
|
||||
: GPU(system, renderer), gpu_thread{system} {}
|
||||
: GPU(system, renderer, true), gpu_thread{system} {}
|
||||
|
||||
GPUAsynch::~GPUAsynch() = default;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue