Win32: Add menu choice to open from memstick/PSP/GAME

This commit is contained in:
Henrik Rydgard 2013-03-28 20:26:24 +01:00
parent e7027b6c9c
commit 6f7cc57f53
5 changed files with 18 additions and 6 deletions

View file

@ -160,7 +160,7 @@ int WINAPI WinMain(HINSTANCE _hInstance, HINSTANCE hPrevInstance, LPSTR szCmdLin
EmuThread_Start(fileToStart);
}
if (g_Config.bBrowse)
MainWindow::BrowseAndBoot();
MainWindow::BrowseAndBoot("");
if (!hideLog)
SetForegroundWindow(hwndMain);