mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-22 06:45:44 +00: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