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 31fb97a482..fb02679d79 100644 --- a/src/core/hle/service/nvdrv/devices/nvhost_ctrl_gpu.h +++ b/src/core/hle/service/nvdrv/devices/nvhost_ctrl_gpu.h @@ -71,7 +71,7 @@ private: u64_le gpu_characteristics_buf_size; // must not be NULL, but gets overwritten with // 0xA0=max_size u64_le gpu_characteristics_buf_addr; // ignored, but must not be NULL - struct gpu_characteristics gc; + gpu_characteristics gc; }; struct nvgpu_gpu_get_tpc_masks_args {