summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_nvdec_common.h
diff options
context:
space:
mode:
authorAmeer J <52414509+ameerj@users.noreply.github.com>2021-10-25 01:35:00 +0200
committerGitHub <noreply@github.com>2021-10-25 01:35:00 +0200
commit3c8c17be4df4e1ec940de2746025626315a7f475 (patch)
tree17f66d0f8a4f8927ecb33edc483bffbbcc722481 /src/core/hle/service/nvdrv/devices/nvhost_nvdec_common.h
parentMerge pull request #7222 from FernandoS27/fix-indixed-textures-again (diff)
parentFixup channel submit IOCTL syncpoint parameters (diff)
downloadyuzu-3c8c17be4df4e1ec940de2746025626315a7f475.tar
yuzu-3c8c17be4df4e1ec940de2746025626315a7f475.tar.gz
yuzu-3c8c17be4df4e1ec940de2746025626315a7f475.tar.bz2
yuzu-3c8c17be4df4e1ec940de2746025626315a7f475.tar.lz
yuzu-3c8c17be4df4e1ec940de2746025626315a7f475.tar.xz
yuzu-3c8c17be4df4e1ec940de2746025626315a7f475.tar.zst
yuzu-3c8c17be4df4e1ec940de2746025626315a7f475.zip
Diffstat (limited to 'src/core/hle/service/nvdrv/devices/nvhost_nvdec_common.h')
-rw-r--r--src/core/hle/service/nvdrv/devices/nvhost_nvdec_common.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/src/core/hle/service/nvdrv/devices/nvhost_nvdec_common.h b/src/core/hle/service/nvdrv/devices/nvhost_nvdec_common.h
index af59f00d2..ae4199b79 100644
--- a/src/core/hle/service/nvdrv/devices/nvhost_nvdec_common.h
+++ b/src/core/hle/service/nvdrv/devices/nvhost_nvdec_common.h
@@ -56,19 +56,16 @@ protected:
s32 target{};
s32 target_offset{};
};
- static_assert(sizeof(Reloc) == 0x10, "CommandBuffer has incorrect size");
+ static_assert(sizeof(Reloc) == 0x10, "Reloc has incorrect size");
struct SyncptIncr {
u32 id{};
u32 increments{};
+ u32 unk0{};
+ u32 unk1{};
+ u32 unk2{};
};
- static_assert(sizeof(SyncptIncr) == 0x8, "CommandBuffer has incorrect size");
-
- struct Fence {
- u32 id{};
- u32 value{};
- };
- static_assert(sizeof(Fence) == 0x8, "CommandBuffer has incorrect size");
+ static_assert(sizeof(SyncptIncr) == 0x14, "SyncptIncr has incorrect size");
struct IoctlGetSyncpoint {
// Input