mirror of
https://github.com/Retropex/dolphin.git
synced 2025-05-28 21:12:39 +02:00
![]() If a SettingsFile had at least one section, it was assumed all sections were correctly filled out. This caused crashes when opening the settings menus if that was not the case - for example the GFX.ini settings empty sections are removed by the main dolphin app, putting the .ini file in a state that would crash the settings window if at least one setting was changed in it from the default, some sections were left as default. This adds a subclass of HashMap<String, SettingSection> that constructs a new SettingSection instead of returning 'null' if the key isn't found, so the mSettings.get(FILE).get(SECTION).get(SETTING) pattern can be safely used. |
||
---|---|---|
.. | ||
app | ||
gradle/wrapper | ||
jni | ||
.gitignore | ||
build.gradle | ||
code-style-java.jar | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
settings.gradle |