dolphin/Source/Core/Common/Config
Léo Lam f5fd183571 Config: Fix the loader Load() being called twice
The Config::AddLoadLayer functions call Load on the layer
explicitly, but Load is already called in the constructor,
so they'd cause the loader's Load function to be called twice,
which is potentially expensive considering we have to read an INI
from the host filesystem.

This commit removes the Config::AddLoadLayer functions because
they don't appear to be necessary.
2017-07-31 22:32:05 +08:00
..
Config.cpp Config: Fix the loader Load() being called twice 2017-07-31 22:32:05 +08:00
Config.h Config: Fix the loader Load() being called twice 2017-07-31 22:32:05 +08:00
Enums.h Config: Extract layer search order to header 2017-06-03 18:11:56 +01:00
Layer.cpp Config: Fix a formatting issue 2017-05-10 17:56:09 +02:00
Layer.h Config/Layer: Fix accidental cast of RecursiveSection to Section 2017-05-09 00:17:00 +01:00
Section.cpp Replace StringFromInt with std::to_string 2017-07-05 13:49:33 +02:00
Section.h msbuild: obey some warnings about missing virtual destructors 2017-06-07 20:20:25 -07:00