mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-08 21:53:39 +02:00
Qt: Fix bug that draws two UIs on USING_GLES2 and not MOBILE_DEVICE
This commit is contained in:
+1
-1
@@ -109,7 +109,7 @@ float CalculateDPIScale()
|
||||
|
||||
static int mainInternal(QApplication &a)
|
||||
{
|
||||
#ifdef USING_GLES2
|
||||
#ifdef MOBILE_DEVICE
|
||||
emugl = new MainUI();
|
||||
emugl->resize(pixel_xres, pixel_yres);
|
||||
emugl->showFullScreen();
|
||||
|
||||
Reference in New Issue
Block a user