mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-29 08:24:04 -07:00
NVServices: Address Feedback
This commit is contained in:
committed by
FernandoS27
parent
d20ede40b1
commit
f3a39e0c9c
@@ -35,9 +35,13 @@ enum class EventState {
|
||||
};
|
||||
|
||||
struct IoctlCtrl {
|
||||
// First call done to the servioce for services that call itself again after a call.
|
||||
bool fresh_call{true};
|
||||
// Tells the Ioctl Wrapper that it must delay the IPC response and send the thread to sleep
|
||||
bool must_delay{};
|
||||
// Timeout for the delay
|
||||
s64 timeout{};
|
||||
// NV Event Id
|
||||
s32 event_id{-1};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user