mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 06:07:52 +00:00
NvHost: Try a different approach to blocking.
This commit is contained in:
parent
ea941e1d76
commit
987ef2824c
2 changed files with 7 additions and 10 deletions
|
@ -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{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue