dolphin-emulator/Source/Core
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
..
AudioCommon Swapped C-style arrays to std::array 2017-06-27 07:12:15 -03:00
Common Config: Fix the loader Load() being called twice 2017-07-31 22:32:05 +08:00
Core Config: Fix the loader Load() being called twice 2017-07-31 22:32:05 +08:00
DiscIO Merge pull request #5795 from JosJuice/gc-region-detection 2017-07-20 14:13:11 +08:00
DolphinNoGUI DolphinWX: Add a progress dialog host command 2017-07-30 12:38:48 +10:00
DolphinQt2 General: Remove unnecessary semicolons 2017-07-30 16:39:53 -04:00
DolphinWX Merge pull request #5840 from leoetlino/wx-focus-fix 2017-07-31 16:43:53 +08:00
InputCommon Make DolphinWX strings more like DolphinQt2 strings 2017-07-26 08:04:10 +02:00
UICommon Config: Fix the loader Load() being called twice 2017-07-31 22:32:05 +08:00
VideoBackends General: Remove unnecessary semicolons 2017-07-30 16:39:53 -04:00
VideoCommon VideoCommon: Move WM_USER_CREATE message to after backend initialization 2017-07-30 17:43:59 +10:00
CMakeLists.txt