summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/nvdata.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nvdrv/nvdata.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/hle/service/nvdrv/nvdata.h b/src/core/hle/service/nvdrv/nvdata.h
index 6dbc90e4c..22b1dc79b 100644
--- a/src/core/hle/service/nvdrv/nvdata.h
+++ b/src/core/hle/service/nvdrv/nvdata.h
@@ -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