Update src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp
This commit is contained in:
parent
ea127e719b
commit
69bc01f47d
|
|
@ -220,7 +220,6 @@ void nvhost_gpu::PostErrorNotification(u32 info32, u16 info16, NotifierStatus st
|
|||
return;
|
||||
}
|
||||
|
||||
|
||||
auto handle = nvmap.GetHandle(static_cast<NvCore::NvMap::Handle::Id>(error_notifier_params.mem));
|
||||
if (!handle || !handle->address) return;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue