summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_ctrl_gpu.h
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2018-05-11 06:01:39 +0200
committerDavid Marcec <dmarcecguzman@gmail.com>2018-05-11 06:01:39 +0200
commite7b0e8a3cc5556ca4d52a8c69fee9a2db12f78b1 (patch)
tree0d55a4a79ddd82cc9baaf4347277435220abc0e0 /src/core/hle/service/nvdrv/devices/nvhost_ctrl_gpu.h
parentStubs for QLaunch (#428) (diff)
downloadyuzu-e7b0e8a3cc5556ca4d52a8c69fee9a2db12f78b1.tar
yuzu-e7b0e8a3cc5556ca4d52a8c69fee9a2db12f78b1.tar.gz
yuzu-e7b0e8a3cc5556ca4d52a8c69fee9a2db12f78b1.tar.bz2
yuzu-e7b0e8a3cc5556ca4d52a8c69fee9a2db12f78b1.tar.lz
yuzu-e7b0e8a3cc5556ca4d52a8c69fee9a2db12f78b1.tar.xz
yuzu-e7b0e8a3cc5556ca4d52a8c69fee9a2db12f78b1.tar.zst
yuzu-e7b0e8a3cc5556ca4d52a8c69fee9a2db12f78b1.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nvdrv/devices/nvhost_ctrl_gpu.h2
1 files changed, 1 insertions, 1 deletions
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 31040cdbe..2d43598b1 100644
--- a/src/core/hle/service/nvdrv/devices/nvhost_ctrl_gpu.h
+++ b/src/core/hle/service/nvdrv/devices/nvhost_ctrl_gpu.h
@@ -86,7 +86,7 @@ private:
/// [in] pointer to TPC mask buffer. It will receive one 32-bit TPC mask per GPC or 0 if
/// GPC is not enabled or not present. This parameter is ignored if mask_buf_size is 0.
u64_le mask_buf_addr;
- u64_le unk; // Nintendo add this?
+ u64_le tpc_mask_size; // Nintendo add this?
};
static_assert(sizeof(IoctlGpuGetTpcMasksArgs) == 24,
"IoctlGpuGetTpcMasksArgs is incorrect size");