mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-08 01:47:51 -05:00
NVHost_Ctrl: Force wait if the gpu falls behind too long.
This commit is contained in:
committed by
Fernando Sahmkow
parent
dc385b7392
commit
7dca0bc11d
@ -49,6 +49,8 @@ struct EventInterface {
|
||||
std::array<EventState, MaxNvEvents> status{};
|
||||
// Tells if an NVEvent is registered or not
|
||||
std::array<bool, MaxNvEvents> registered{};
|
||||
// Tells the NVEvent that it has failed.
|
||||
std::array<bool, MaxNvEvents> failed{};
|
||||
// When an NVEvent is waiting on GPU interrupt, this is the sync_point
|
||||
// associated with it.
|
||||
std::array<u32, MaxNvEvents> assigned_syncpt{};
|
||||
|
Reference in New Issue
Block a user