Add "Switch UMD" menu point to Linux version

This commit is contained in:
TotalCaesar659
2020-04-18 21:08:20 +03:00
parent 8cce0bc631
commit bbc6337263
3 changed files with 17 additions and 2 deletions
+1 -1
View File
@@ -438,7 +438,7 @@ namespace MainWindow {
filter[i] = '\0';
}
if (W32Util::BrowseForFileName(true, GetHWND(), L"Switch Umd", 0, ConvertUTF8ToWString(filter).c_str(), L"*.pbp;*.elf;*.iso;*.cso;", fn)) {
if (W32Util::BrowseForFileName(true, GetHWND(), L"Switch UMD", 0, ConvertUTF8ToWString(filter).c_str(), L"*.pbp;*.elf;*.iso;*.cso;", fn)) {
fn = ReplaceAll(fn, "\\", "/");
__UmdReplace(fn);
}