mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-29 13:47:53 -05: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