Merge yuzu-emu#12461

This commit is contained in:
yuzubot
2024-02-05 13:07:23 +00:00
parent 4cccbe7989
commit 27e4376d53
41 changed files with 3071 additions and 1234 deletions

View File

@ -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);
}