early-access version 2171

This commit is contained in:
pineappleEA
2021-10-30 19:48:09 +02:00
parent e34822682f
commit f074a64a76
3 changed files with 13 additions and 12 deletions

View File

@@ -50,7 +50,7 @@ struct EventInterface {
// 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{};
std::array<u32, MaxNvEvents> fails{};
// When an NVEvent is waiting on GPU interrupt, this is the sync_point
// associated with it.
std::array<u32, MaxNvEvents> assigned_syncpt{};