forked from eden-emu/eden
Port changes from Early Access
This commit is contained in:
parent
19a93a3fd1
commit
616619c8f7
60 changed files with 12639 additions and 1166 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue