Browse Source

[nvdvr] Update according to help from Serah

pull/121/head
JPikachu 7 months ago
parent
commit
82e72efae9
  1. 4
      src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp

4
src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp

@ -174,7 +174,9 @@ NvResult nvhost_gpu::SetErrorNotifier(IoctlSetErrorNotifier& params) {
}
LOG_DEBUG(Service_NVDRV, "called, SetErrorNotifier initialized, mem=0x{:X}", params.mem);
error_notifier_mem = params.mem;
system.GPU().EnableErrorNotifier(static_cast<u32>(error_notifier_memory),
static_cast<u32>(error_notifier_offset),
static_cast<u32>(error_notifier_size));
return NvResult::Success;
}

Loading…
Cancel
Save