Add "Open Memory Stick" to File menu on Mac
This commit is contained in:
parent
c24f7eb084
commit
eeaeb8b7cc
3 changed files with 26 additions and 12 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue