From 756e07e133d2a7c23951a2722c0185df1189a38e Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Thu, 12 Jun 2025 21:37:50 +0200 Subject: [PATCH] Make fullscreen the default --- ISLE/isleapp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ISLE/isleapp.cpp b/ISLE/isleapp.cpp index 23c638bb..6a8068f2 100644 --- a/ISLE/isleapp.cpp +++ b/ISLE/isleapp.cpp @@ -88,7 +88,7 @@ IsleApp::IsleApp() m_cdPath = NULL; m_deviceId = NULL; m_savePath = NULL; - m_fullScreen = FALSE; + m_fullScreen = TRUE; m_flipSurfaces = FALSE; m_backBuffersInVram = TRUE; m_using8bit = FALSE;