Pass more filename information into elf loading. Allow dumping PRX into elf.

This commit is contained in:
Henrik Rydgård
2025-03-18 23:39:07 +01:00
parent ef386ac4c5
commit ef4e04c8a1
6 changed files with 59 additions and 33 deletions
+3 -1
View File
@@ -1395,7 +1395,9 @@ static void DrawUtilityModules(ImConfig &cfg, ImControl &control) {
return;
}
ImGui::TextUnformatted("These are fake module representations loaded by sceUtilityLoadModule");
ImGui::TextUnformatted(
"These are fake module representations loaded by sceUtilityLoadModule\n"
"On a real PSP, these would be loaded from the BIOS.\n");
const std::map<int, u32> &modules = __UtilityGetLoadedModules();
if (ImGui::BeginTable("modules", 3, ImGuiTableFlags_RowBg | ImGuiTableFlags_BordersH)) {