Win32: Add menu choice to open from memstick/PSP/GAME
This commit is contained in:
parent
e7027b6c9c
commit
6f7cc57f53
5 changed files with 18 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue