mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 08:14:45 +02:00
Add "Open Memory Stick" to File menu on Mac
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user