From f319ec0bed35fe1f07a09155e2dcc6aad95232d3 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sun, 25 May 2025 07:30:00 -0700 Subject: [PATCH] Update isleapp.cpp --- ISLE/isleapp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ISLE/isleapp.cpp b/ISLE/isleapp.cpp index 03f2801e..5d724c67 100644 --- a/ISLE/isleapp.cpp +++ b/ISLE/isleapp.cpp @@ -83,7 +83,7 @@ IsleApp::IsleApp() m_cdPath = NULL; m_deviceId = NULL; m_savePath = NULL; - m_fullScreen = TRUE; + m_fullScreen = FALSE; m_flipSurfaces = FALSE; m_backBuffersInVram = TRUE; m_using8bit = FALSE;