diff --git a/src/core/hle/service/nvdrv/devices/nvhost_ctrl_gpu.h b/src/core/hle/service/nvdrv/devices/nvhost_ctrl_gpu.h index 642b0a2cb1..f98b1d8f82 100644 --- a/src/core/hle/service/nvdrv/devices/nvhost_ctrl_gpu.h +++ b/src/core/hle/service/nvdrv/devices/nvhost_ctrl_gpu.h @@ -160,8 +160,9 @@ private: struct IoctlGetGpuTime { u64_le gpu_time; + u64_le reserved; }; - static_assert(sizeof(IoctlGetGpuTime) == 8, "IoctlGetGpuTime is incorrect size"); + static_assert(sizeof(IoctlGetGpuTime) == 16, "IoctlGetGpuTime is incorrect size"); u32 GetCharacteristics(const std::vector& input, std::vector& output, std::vector& output2, IoctlVersion version);