This commit is contained in:
lizzie 2026-06-04 01:09:46 +00:00 committed by crueter
parent 0e6886ad70
commit 66a376c6ae

View file

@ -239,7 +239,7 @@ struct GPU::Impl {
}
}
const auto wait_fence = RequestSyncOperation([this, current_request_counter, &layers, &fences, num_fences] {
auto& syncpoint_manager = system.Host1x().host1x.GetSyncpointManager();
auto& syncpoint_manager = system.Host1x().GetSyncpointManager();
if (num_fences == 0) {
renderer->Composite(layers);
}