Switch UseJoystick and JoystickIndex types (#324)

This commit is contained in:
VoxelTek 2025-06-17 12:28:30 +10:00 committed by GitHub
parent eab95514d6
commit 55c593404b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -294,8 +294,8 @@ void CConfigApp::WriteRegisterSettings() const
SetIniBool(dict, "isle:3DSound", m_3d_sound);
SetIniBool(dict, "isle:Music", m_music);
SetIniInt(dict, "isle:UseJoystick", m_use_joystick);
SetIniBool(dict, "isle:JoystickIndex", m_joystick_index);
SetIniBool(dict, "isle:UseJoystick", m_use_joystick);
SetIniInt(dict, "isle:JoystickIndex", m_joystick_index);
SetIniBool(dict, "isle:Draw Cursor", m_draw_cursor);
SetIniBool(dict, "isle:Back Buffers in Video RAM", m_3d_video_ram);