mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-05 12:00:05 +00:00
NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.
This commit is contained in:
committed by
FernandoS27
parent
604dc3f59b
commit
1238b13642
@@ -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