Make fullscreen the default

This commit is contained in:
Anders Jenbo 2025-06-12 21:37:50 +02:00
parent fef76c26b2
commit 756e07e133

View File

@ -88,7 +88,7 @@ IsleApp::IsleApp()
m_cdPath = NULL;
m_deviceId = NULL;
m_savePath = NULL;
m_fullScreen = FALSE;
m_fullScreen = TRUE;
m_flipSurfaces = FALSE;
m_backBuffersInVram = TRUE;
m_using8bit = FALSE;