mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 19:55:27 +02:00
Add new shader viewing tool
This commit is contained in:
@@ -562,7 +562,7 @@ namespace MainWindow
|
||||
static double lastMouseDown;
|
||||
double now = real_time_now();
|
||||
if ((now - lastMouseDown) < 0.001 * GetDoubleClickTime()) {
|
||||
if (!g_Config.bShowTouchControls && GetUIState() == UISTATE_INGAME) {
|
||||
if (!g_Config.bShowTouchControls && GetUIState() == UISTATE_INGAME && g_Config.bFullscreenOnDoubleclick) {
|
||||
SendToggleFullscreen(!g_Config.bFullScreen);
|
||||
}
|
||||
lastMouseDown = 0.0;
|
||||
|
||||
Reference in New Issue
Block a user