mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-29 03:58:00 -05:00
The display vsync event can only be retrieved once per display. Returns VI::ResultPermissionDenied if we attempt to retrieve the vsync event for the same display. Prevents games such as .hack//G.U. Last Recode from consuming all the handles in the handle table by spamming vsync event retrievals and allows it to go in game.