From edecc8e66bae9c83b4bc3d2a534709496a4a0a78 Mon Sep 17 00:00:00 2001 From: VoxelTek <53562267+VoxelTek@users.noreply.github.com> Date: Thu, 26 Jun 2025 11:01:31 +1000 Subject: [PATCH] Update CONFIG/config.cpp 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 33691b6b..bd38e669 100644 --- a/CONFIG/config.cpp +++ b/CONFIG/config.cpp @@ -165,13 +165,6 @@ bool CConfigApp::ValidateSettings() { BOOL is_modified = FALSE; - /* Forces full screen if not IsPrimaryDriver(). Not sure exactly why, - /* but it's not relevant, so we can just comment it out. - if (!IsPrimaryDriver() && !m_full_screen) { - m_full_screen = TRUE; - is_modified = TRUE; - } - */ if (IsDeviceInBasicRGBMode()) { if (m_3d_video_ram) { m_3d_video_ram = FALSE;