Set UseJoystick to true by default (#397)

This commit is contained in:
Christian Semmler 2025-06-22 09:49:06 -07:00 committed by GitHub
parent 41daf76bca
commit 5a756f033b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -109,7 +109,7 @@ IsleApp::IsleApp()
m_drawCursor = FALSE; m_drawCursor = FALSE;
m_use3dSound = TRUE; m_use3dSound = TRUE;
m_useMusic = TRUE; m_useMusic = TRUE;
m_useJoystick = FALSE; m_useJoystick = TRUE;
m_joystickIndex = 0; m_joystickIndex = 0;
m_wideViewAngle = TRUE; m_wideViewAngle = TRUE;
m_islandQuality = 2; m_islandQuality = 2;