mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Qt5 Linux no longer runs both UIs.
This commit is contained in:
parent
8c1d4e8ad7
commit
2b11a6c92a
@ -319,7 +319,7 @@ void NativeInit(int argc, const char *argv[], const char *savegame_directory, co
|
||||
|
||||
g_gameInfoCache.Init();
|
||||
|
||||
#if !defined(USING_GLES2)
|
||||
#if defined(Q_OS_LINUX) && !defined(ARM)
|
||||
// Start Desktop UI
|
||||
MainWindow* mainWindow = new MainWindow();
|
||||
mainWindow->show();
|
||||
|
Loading…
Reference in New Issue
Block a user