mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-08 14:58:36 +00:00
Fix saving of show analog stick setting. Fixes #3308
This commit is contained in:
parent
a904d17e3d
commit
29824d31c0
@ -297,7 +297,7 @@ void Config::Save() {
|
||||
sound->Set("VolumeSFX", iSFXVolume);
|
||||
|
||||
IniFile::Section *control = iniFile.GetOrCreateSection("Control");
|
||||
control->Set("ShowStick", bShowAnalogStick);
|
||||
control->Set("ShowAnalogStick", bShowAnalogStick);
|
||||
control->Set("ShowTouchControls", bShowTouchControls);
|
||||
// control->Set("KeyMapping",iMappingMap);
|
||||
control->Set("AccelerometerToAnalogHoriz", bAccelerometerToAnalogHoriz);
|
||||
|
Loading…
x
Reference in New Issue
Block a user