From 69bc01f47d2ce3a0a97b0ab8b685404aa9e0c9c6 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 22e3941a76..9ea1c2c9b5 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;