mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 15:48:12 -05:00
nv_host_ctrl: Make Sync GPU variant always return synced result.
This commit is contained in:
committed by
FernandoS27
parent
600dddf88d
commit
0706d633bf
@ -8,7 +8,7 @@
|
||||
namespace VideoCommon {
|
||||
|
||||
GPUSynch::GPUSynch(Core::System& system, VideoCore::RendererBase& renderer)
|
||||
: GPU(system, renderer) {}
|
||||
: GPU(system, renderer, false) {}
|
||||
|
||||
GPUSynch::~GPUSynch() = default;
|
||||
|
||||
|
Reference in New Issue
Block a user