mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-18 18:50:50 -04:00
NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.
This commit is contained in:
committed by
FernandoS27
parent
7d1b974bca
commit
b6844bec60
@@ -34,4 +34,11 @@ enum class EventState {
|
||||
Busy = 3,
|
||||
};
|
||||
|
||||
struct IoctlCtrl {
|
||||
bool fresh_call{true};
|
||||
bool must_delay{};
|
||||
s64 timeout{};
|
||||
s32 event_id{-1};
|
||||
};
|
||||
|
||||
} // namespace Service::Nvidia
|
||||
|
||||
Reference in New Issue
Block a user