Update isleapp.cpp (#169)

This commit is contained in:
Christian Semmler 2025-05-25 07:39:41 -07:00 committed by GitHub
parent f2a4ce9353
commit 110d9d4f7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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