We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf2d53 commit caed3a9Copy full SHA for caed3a9
1 file changed
src/Cafe/OS/RPL/rpl.cpp
@@ -2482,8 +2482,6 @@ void RPLLoader_UnloadAll()
2482
cemu_assert_debug(dependency->referenceCount >= 0); // sanity check for ref count
2483
if (!dependency->rplHLEModule)
2484
continue;
2485
- if (dependency->referenceCount <= 0)
2486
- continue;
2487
cemu_assert_debug(dependency->hleEntrypointCalled); // entrypoint should have been called
2488
dependency->rplHLEModule->rpl_entry(dependency->coreinitHandle, coreinit::RplEntryReason::Unloaded);
2489
dependency->rplHLEModule->RPLUnmapped();
0 commit comments