Remove obsolete full screen forcing

Co-authored-by: Anders Jenbo <anders@jenbo.dk>
This commit is contained in:
VoxelTek 2025-06-25 21:56:21 +10:00 committed by GitHub
parent 14f28494b8
commit a123716831
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;