Minor cleanups and fixes. sceJpeg will not work without HLE, so removed from disable-list.

This commit is contained in:
Henrik Rydgård
2025-04-03 18:16:10 +02:00
parent 5a6c9051f2
commit 62cd4bbefc
5 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -1058,7 +1058,7 @@ static PSPModule *__KernelLoadELFFromPtr(const u8 *ptr, size_t elfSize, u32 load
}
if (wasDisabled) {
g_OSD.Show(OSDType::MESSAGE_WARNING, StringFromFormat("HLE for %s has been manually disabled", head->modname));
g_OSD.Show(OSDType::MESSAGE_WARNING, StringFromFormat("HLE for '%s' has been manually disabled", head->modname));
}
const u8 *in = ptr;
const auto isGzip = head->comp_attribute & 1;