From 02c98ec5e2b71b004433bf1e45ac04ffb1d092af Mon Sep 17 00:00:00 2001 From: SDK-Chan Date: Mon, 25 Aug 2025 17:25:40 +0200 Subject: [PATCH] Update src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp --- src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp b/src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp index 02f1ab7184..70cb0d159c 100644 --- a/src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp +++ b/src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp @@ -220,7 +220,6 @@ void nvhost_gpu::PostErrorNotification(u32 info32, u16 info16, NotifierStatus st return; } - auto handle = nvmap.GetHandle(static_cast(error_notifier_params.mem)); if (!handle || !handle->address) return;