dolphin-emulator/Source/Core
JosJuice f41273fe79 GameConfigLoader: Map whole sections, not just individual keys
There are two reasons for this change:

1. It removes many repetitive lines of code.

2. I think it's a good idea to enable the use of old-style section
names even for settings that previously haven't been settable in game
INIs. Mixing the two styles in INIs (using the new style only for new
settings) is not ideal, and people on the forums don't even seem to
know that the new style exists (nobody knew a way to set ubershader
settings per game, for instance). Encouraging everyone to start using
only the new style might work long-term, but it would take take time
and effort to make everyone get used to it. Considering that this commit
*reduces* the amount of code by adding the ability to use old-style
names for more settings, I'd say that adding this ability is worth it.
2017-12-23 18:59:27 +01:00
..
AudioCommon Fix DTK audio not working after loading a savestate 2017-11-06 09:15:14 +01:00
Common Merge pull request #6190 from JosJuice/is-trivially-copyable-vs 2017-12-19 11:15:58 +01:00
Core GameConfigLoader: Map whole sections, not just individual keys 2017-12-23 18:59:27 +01:00
DiscIO WiiSaveBanner: Resolve a -Wreorder warning 2017-12-03 18:34:49 -05:00
DolphinNoGUI Exit on Esc, pause on F10 2017-11-11 12:51:54 -02:00
DolphinQt2 Rename GFX_HACK_COPY_EFB_ENABLED to GFX_HACK_COPY_EFB_SCALED 2017-12-18 21:55:02 +01:00
DolphinWX Rename GFX_HACK_COPY_EFB_ENABLED to GFX_HACK_COPY_EFB_SCALED 2017-12-18 21:55:02 +01:00
InputCommon Rename constructor parameters to avoid shadowing members 2017-12-19 12:05:06 +01:00
UICommon Config: Handle unknown system strings better 2017-11-26 18:24:01 +01:00
VideoBackends OGL: Fix incorrect usage of glGetTextureSubImage 2017-12-10 15:31:14 +10:00
VideoCommon Only use the "Scaled EFB Copy" setting for EFB, not XFB 2017-12-19 12:59:36 +01:00
CMakeLists.txt