Disable fancy gamelist in Win32 build as it's not very usable with the mouse.

This commit is contained in:
Henrik Rydgard 2013-04-13 21:26:18 +02:00
parent e3fb88de68
commit a5839bd484

View file

@ -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;