summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_nvjpg.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2023-10-24 19:30:35 +0200
committerLiam <byteslice@airmail.cc>2023-10-25 19:05:56 +0200
commitefdb2e8f3dfc1106ee601a2e0cc479c35aa83698 (patch)
treeff77b31bb6437e8501f1d70c0f2251454070f540 /src/core/hle/service/nvdrv/devices/nvhost_nvjpg.h
parentnvdrv: convert nvhost_gpu (diff)
downloadyuzu-efdb2e8f3dfc1106ee601a2e0cc479c35aa83698.tar
yuzu-efdb2e8f3dfc1106ee601a2e0cc479c35aa83698.tar.gz
yuzu-efdb2e8f3dfc1106ee601a2e0cc479c35aa83698.tar.bz2
yuzu-efdb2e8f3dfc1106ee601a2e0cc479c35aa83698.tar.lz
yuzu-efdb2e8f3dfc1106ee601a2e0cc479c35aa83698.tar.xz
yuzu-efdb2e8f3dfc1106ee601a2e0cc479c35aa83698.tar.zst
yuzu-efdb2e8f3dfc1106ee601a2e0cc479c35aa83698.zip
Diffstat (limited to 'src/core/hle/service/nvdrv/devices/nvhost_nvjpg.h')
-rw-r--r--src/core/hle/service/nvdrv/devices/nvhost_nvjpg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/nvdrv/devices/nvhost_nvjpg.h b/src/core/hle/service/nvdrv/devices/nvhost_nvjpg.h
index 5623e0d47..790c97f6a 100644
--- a/src/core/hle/service/nvdrv/devices/nvhost_nvjpg.h
+++ b/src/core/hle/service/nvdrv/devices/nvhost_nvjpg.h
@@ -33,7 +33,7 @@ private:
s32_le nvmap_fd{};
- NvResult SetNVMAPfd(std::span<const u8> input, std::span<u8> output);
+ NvResult SetNVMAPfd(IoctlSetNvmapFD& params);
};
} // namespace Service::Nvidia::Devices