mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 18:41:14 +00:00
Switch UseJoystick and JoystickIndex types (#324)
This commit is contained in:
parent
eab95514d6
commit
55c593404b
@ -294,8 +294,8 @@ void CConfigApp::WriteRegisterSettings() const
|
|||||||
SetIniBool(dict, "isle:3DSound", m_3d_sound);
|
SetIniBool(dict, "isle:3DSound", m_3d_sound);
|
||||||
SetIniBool(dict, "isle:Music", m_music);
|
SetIniBool(dict, "isle:Music", m_music);
|
||||||
|
|
||||||
SetIniInt(dict, "isle:UseJoystick", m_use_joystick);
|
SetIniBool(dict, "isle:UseJoystick", m_use_joystick);
|
||||||
SetIniBool(dict, "isle:JoystickIndex", m_joystick_index);
|
SetIniInt(dict, "isle:JoystickIndex", m_joystick_index);
|
||||||
SetIniBool(dict, "isle:Draw Cursor", m_draw_cursor);
|
SetIniBool(dict, "isle:Draw Cursor", m_draw_cursor);
|
||||||
|
|
||||||
SetIniBool(dict, "isle:Back Buffers in Video RAM", m_3d_video_ram);
|
SetIniBool(dict, "isle:Back Buffers in Video RAM", m_3d_video_ram);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user