mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-06-06 01:13:45 -04:00
fixups
This commit is contained in:
parent
318fb09642
commit
e601245d1e
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue