mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 05:07:56 -05:00
Merge yuzu-emu#12461
This commit is contained in:
@ -27,6 +27,7 @@ void Control::ProcessMethod(Method method, u32 argument) {
|
||||
}
|
||||
|
||||
void Control::Execute(u32 data) {
|
||||
LOG_TRACE(Service_NVDRV, "Control wait syncpt {} value {}", data, syncpoint_value);
|
||||
host1x.GetSyncpointManager().WaitHost(data, syncpoint_value);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user