Update CONFIG/config.cpp

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

View File

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