HLE: split filesystem-dependent initialization

This commit is contained in:
keycross
2026-09-18 10:24:43 +09:00
parent 2385698f8e
commit 5c80533ee3
4 changed files with 13 additions and 9 deletions
+3
View File
@@ -2171,6 +2171,9 @@ void __KernelLoadReset() {
HLEShutdown();
Replacement_Init();
HLEInit();
// LoadExec keeps the PSP filesystems mounted, so refresh the filesystem-dependent HLE
// availability state after rebuilding the basic HLE state.
HLECheckModuleAvailability();
}
__KernelModuleInit();