Disable fancy gamelist in Win32 build as it's not very usable with the mouse.
This commit is contained in:
parent
e3fb88de68
commit
a5839bd484
1 changed files with 2 additions and 2 deletions
|
@ -214,8 +214,8 @@ void MenuScreen::render() {
|
|||
g_Config.Save();
|
||||
screenManager()->switchScreen(new EmuScreen(fileName.toStdString()));
|
||||
}
|
||||
//#elif _WIN32
|
||||
// MainWindow::BrowseAndBoot("");
|
||||
#elif _WIN32
|
||||
MainWindow::BrowseAndBoot("");
|
||||
#else
|
||||
FileSelectScreenOptions options;
|
||||
options.allowChooseDirectory = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue