Update src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp
All checks were successful
eden-license / license-header (pull_request) Successful in 24s

This commit is contained in:
SDK-Chan 2025-08-25 17:25:40 +02:00
parent 610383262d
commit 02c98ec5e2

View file

@ -220,7 +220,6 @@ void nvhost_gpu::PostErrorNotification(u32 info32, u16 info16, NotifierStatus st
return; return;
} }
auto handle = nvmap.GetHandle(static_cast<NvCore::NvMap::Handle::Id>(error_notifier_params.mem)); auto handle = nvmap.GetHandle(static_cast<NvCore::NvMap::Handle::Id>(error_notifier_params.mem));
if (!handle || !handle->address) return; if (!handle || !handle->address) return;