NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.

This commit is contained in:
Fernando Sahmkow 2019-06-16 11:43:41 -04:00 committed by FernandoS27
parent 604dc3f59b
commit 1238b13642
23 changed files with 104 additions and 31 deletions

View file

@ -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