mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 11:45:18 +02:00
UI work for VSH (Windows and ImGui)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user