early-access version 2113

This commit is contained in:
pineappleEA
2021-10-06 22:44:17 +02:00
parent 21f8914a05
commit d0583aa942
5 changed files with 44 additions and 1 deletions

View File

@@ -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{};