From c5703914bc7252313ef69fb978ae48b9b019983c Mon Sep 17 00:00:00 2001 From: SDK-Chan Date: Thu, 28 Aug 2025 17:24:13 +0200 Subject: [PATCH] Update src/core/hle/service/nvdrv/devices/nvhost_gpu.h --- src/core/hle/service/nvdrv/devices/nvhost_gpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/hle/service/nvdrv/devices/nvhost_gpu.h b/src/core/hle/service/nvdrv/devices/nvhost_gpu.h index c78ccbffdc..3666eadfdc 100644 --- a/src/core/hle/service/nvdrv/devices/nvhost_gpu.h +++ b/src/core/hle/service/nvdrv/devices/nvhost_gpu.h @@ -184,11 +184,11 @@ private: NvResult SetChannelPriority(IoctlChannelSetPriority& params); NvResult AllocGPFIFOEx(IoctlAllocGpfifoEx& params, DeviceFD fd); NvResult AllocGPFIFOEx2(IoctlAllocGpfifoEx& params, DeviceFD fd); - s32_le GetObjectContextClassNumberIndex(CtxClasses class_number); + NvResult AllocateObjectContext(IoctlAllocObjCtx& params); - NvResult SubmitGPFIFOImpl(IoctlSubmitGpfifo& params, Tegra::CommandList&& entries); + NvResult SubmitGPFIFOBase1(IoctlSubmitGpfifo& params, std::span commands, bool kickoff = false); NvResult SubmitGPFIFOBase2(IoctlSubmitGpfifo& params,