dolphin/Source
Jonathan Hamilton 221462808d Avoid crashes due to null SettingsSections
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.
2017-09-08 10:06:53 -07:00
..
Android Avoid crashes due to null SettingsSections 2017-09-08 10:06:53 -07:00
Core Merge pull request #5923 from degasus/profiler 2017-09-08 18:20:35 +10:00
DSPSpy DSPSpy: Add test for accelerator masking behaviour 2017-09-04 00:30:23 +02:00
DSPTool
PCH
UnitTests BitUtilsTest: update to pass clang-format 2017-08-13 19:04:56 -07:00
VSProps Only build OpenAL on Windows 2017-06-27 00:06:14 -07:00
.clang-format
CMakeLists.txt
dolphin-emu.sln