UI work for VSH (Windows and ImGui)

This commit is contained in:
Henrik Rydgård
2026-08-24 11:13:00 +02:00
parent 9de3eb1244
commit e9cdb2b20f
9 changed files with 19 additions and 2 deletions
+3
View File
@@ -2473,6 +2473,9 @@ void ImDebugger::Frame(MIPSDebugInterface *mipsDebug, GPUCommon *gpuDebug, Draw:
System_PostUIMessage(UIMessage::REQUEST_GAME_BOOT, path.ToString());
});
}
if (ImGui::MenuItem("Load XMB (VSH)")) {
System_PostUIMessage(UIMessage::REQUEST_GAME_BOOT, (g_Config.nandRootDirectory / "flash0/vsh/module/vshmain.prx").ToString());
}
if (ImGui::MenuItem("Open directory...")) {
System_BrowseForFolder(reqToken_, "Load", Path(), [](std::string_view value, int) {
System_PostUIMessage(UIMessage::REQUEST_GAME_BOOT, value);