From a1237168317122619cc84edb539ca901a7010af9 Mon Sep 17 00:00:00 2001 From: VoxelTek <53562267+VoxelTek@users.noreply.github.com> Date: Wed, 25 Jun 2025 21:56:21 +1000 Subject: [PATCH] Remove obsolete full screen forcing Co-authored-by: Anders Jenbo --- CONFIG/config.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CONFIG/config.cpp b/CONFIG/config.cpp index d3b9122d..33691b6b 100644 --- a/CONFIG/config.cpp +++ b/CONFIG/config.cpp @@ -205,13 +205,6 @@ bool CConfigApp::ValidateSettings() m_3d_video_ram = TRUE; is_modified = TRUE; } - /* Forces full screen whenever m_flip_surfaces is enabled, and it almost always is. - /* This isn't relevant to isle-portable, so we can just comment it out. - if (!m_full_screen) { - m_full_screen = TRUE; - is_modified = TRUE; - } - */ } if ((m_display_bit_depth != 8 && m_display_bit_depth != 16) && (m_display_bit_depth != 0 || m_full_screen)) { m_display_bit_depth = 16;