summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/hle/service/nvdrv/devices/nvhost_ctrl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/hle/service/nvdrv/devices/nvhost_ctrl.h b/src/core/hle/service/nvdrv/devices/nvhost_ctrl.h
index 9bd10257b..594d20600 100644
--- a/src/core/hle/service/nvdrv/devices/nvhost_ctrl.h
+++ b/src/core/hle/service/nvdrv/devices/nvhost_ctrl.h
@@ -180,7 +180,8 @@ private:
180 struct IocCtrlEventUnregisterBatchParams { 180 struct IocCtrlEventUnregisterBatchParams {
181 u64_le user_events{}; 181 u64_le user_events{};
182 }; 182 };
183 static_assert(sizeof(IocCtrlEventUnregisterBatchParams) == 8, "IocCtrlEventKill is incorrect size"); 183 static_assert(sizeof(IocCtrlEventUnregisterBatchParams) == 8,
184 "IocCtrlEventKill is incorrect size");
184 185
185 NvResult NvOsGetConfigU32(const std::vector<u8>& input, std::vector<u8>& output); 186 NvResult NvOsGetConfigU32(const std::vector<u8>& input, std::vector<u8>& output);
186 NvResult IocCtrlEventWait(const std::vector<u8>& input, std::vector<u8>& output, 187 NvResult IocCtrlEventWait(const std::vector<u8>& input, std::vector<u8>& output,