early-access version 2174

This commit is contained in:
pineappleEA
2021-11-01 05:47:44 +01:00
parent b37854dccc
commit 03951516e2
23 changed files with 11363 additions and 5251 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<u32, MaxNvEvents> fails{};
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{};