From 75139334e0f6936b6d50f22764873590f7554725 Mon Sep 17 00:00:00 2001 From: David Marcec Date: Mon, 5 Feb 2018 00:54:05 -0800 Subject: [PATCH] unneeded struct --- src/core/hle/service/nvdrv/devices/nvhost_ctrl_gpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {