mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Make fullscreen the default
This commit is contained in:
parent
fef76c26b2
commit
756e07e133
@ -88,7 +88,7 @@ IsleApp::IsleApp()
|
|||||||
m_cdPath = NULL;
|
m_cdPath = NULL;
|
||||||
m_deviceId = NULL;
|
m_deviceId = NULL;
|
||||||
m_savePath = NULL;
|
m_savePath = NULL;
|
||||||
m_fullScreen = FALSE;
|
m_fullScreen = TRUE;
|
||||||
m_flipSurfaces = FALSE;
|
m_flipSurfaces = FALSE;
|
||||||
m_backBuffersInVram = TRUE;
|
m_backBuffersInVram = TRUE;
|
||||||
m_using8bit = FALSE;
|
m_using8bit = FALSE;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user