mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 09:35:09 +02:00
Pass more filename information into elf loading. Allow dumping PRX into elf.
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user