This commit is contained in:
panzone 2025-03-07 21:10:43 +01:00
parent 0d512de332
commit 5a122c3012

View File

@ -50,7 +50,7 @@ s32 PS4_SYSV_ABI sceKernelLoadStartModule(const char* moduleFileName, size_t arg
if (handle != -1) { if (handle != -1) {
return handle; return handle;
} }
//Trying to load a system module // Trying to load a system module
UNREACHABLE(); UNREACHABLE();
} else { } else {
if (!guest_path.contains('/')) { if (!guest_path.contains('/')) {