mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix saving of show analog stick setting. Fixes #3308
This commit is contained in:
parent
a904d17e3d
commit
29824d31c0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue