Add "Open Memory Stick" to File menu on Mac

This commit is contained in:
Henrik Rydgård 2023-04-26 10:18:04 +02:00
parent c24f7eb084
commit eeaeb8b7cc
3 changed files with 26 additions and 12 deletions

View file

@ -454,7 +454,7 @@ namespace MainWindow {
break;
case ID_FILE_MEMSTICK:
ShellExecute(NULL, L"open", g_Config.memStickDirectory.ToWString().c_str(), 0, 0, SW_SHOW);
ShellExecute(NULL, L"open", g_Config.memStickDirectory.ToWString().c_str(), 0, 0, SW_SHOWNORMAL);
break;
case ID_TOGGLE_BREAK: