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
+1 -1
View File
@@ -695,7 +695,7 @@ void NativeInit(int argc, const char *argv[], const CommandLineOptions &cmdLineO
cmdLineOptions.ApplyToConfig();
boot_filename.clear();
if (boot_filename.empty() && cmdLineOptions.bootVSH.has_value() && cmdLineOptions.bootVSH.value()) {
if (boot_filename.empty() && cmdLineOptions.bootVSH.value_or(false)) {
boot_filename = g_Config.nandRootDirectory / "flash0/vsh/module/vshmain.prx";
}