mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-01 02:05:21 +02:00
UI work for VSH (Windows and ImGui)
This commit is contained in:
@@ -471,6 +471,10 @@ namespace MainWindow {
|
||||
BrowseAndBoot(NON_EPHEMERAL_TOKEN, GetSysDirectory(DIRECTORY_GAME).ToString());
|
||||
break;
|
||||
|
||||
case ID_FILE_LOAD_VSH:
|
||||
System_PostUIMessage(UIMessage::REQUEST_GAME_BOOT, (g_Config.nandRootDirectory / "flash0/vsh/module/vshmain.prx").ToString());
|
||||
break;
|
||||
|
||||
case ID_FILE_OPEN_NEW_INSTANCE:
|
||||
W32Util::SpawnNewInstance(false);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user