mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-27 00:57:56 -05:00
vi: connect vsync event handle lifetime to application display service interface
This commit is contained in:
@ -223,7 +223,8 @@ Result Nvnflinger::FindVsyncEvent(Kernel::KReadableEvent** out_vsync_event, u64
|
||||
return VI::ResultNotFound;
|
||||
}
|
||||
|
||||
return display->GetVSyncEvent(out_vsync_event);
|
||||
*out_vsync_event = display->GetVSyncEvent();
|
||||
return ResultSuccess;
|
||||
}
|
||||
|
||||
VI::Display* Nvnflinger::FindDisplay(u64 display_id) {
|
||||
|
Reference in New Issue
Block a user