diff --git a/stratosphere/loader/source/ldr_registration.cpp b/stratosphere/loader/source/ldr_registration.cpp index 7df25314d..900499ef2 100644 --- a/stratosphere/loader/source/ldr_registration.cpp +++ b/stratosphere/loader/source/ldr_registration.cpp @@ -118,6 +118,7 @@ void Registration::CloseRoService(void *service, Handle process_h) { target_process->nrr_infos[i].Close(); } } + target_process->owner_ro_service = NULL; } Result Registration::AddNrrInfo(u64 index, MappedCodeMemory *nrr_info) {