diff options
| author | Leo Lam <leolino.lam@gmail.com> | 2017-08-11 15:48:27 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-11 15:48:27 +0800 |
| commit | d89698898abeda018dc2b8896f00bc46f036f36b (patch) | |
| tree | caa950a3158c587786f271bb5202a84170658a28 /Source/Core/Common/Config/Config.cpp | |
| parent | e86f5ac04b156aabf3555b453f4fabc1909f8281 (diff) | |
| parent | 940cc843ed99cacf58472566e7ef766432550d4f (diff) | |
Merge pull request #5876 from leoetlino/sysconf-onion
Config: Port SYSCONF and parts of Movie to new config system
Diffstat (limited to 'Source/Core/Common/Config/Config.cpp')
| -rw-r--r-- | Source/Core/Common/Config/Config.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/Core/Common/Config/Config.cpp b/Source/Core/Common/Config/Config.cpp index dcdcf4ba8f..339155dbe3 100644 --- a/Source/Core/Common/Config/Config.cpp +++ b/Source/Core/Common/Config/Config.cpp @@ -101,8 +101,7 @@ void ClearCurrentRunLayer() static const std::map<System, std::string> system_to_name = { {System::Main, "Dolphin"}, {System::GCPad, "GCPad"}, {System::WiiPad, "Wiimote"}, {System::GCKeyboard, "GCKeyboard"}, {System::GFX, "Graphics"}, {System::Logger, "Logger"}, - {System::Debugger, "Debugger"}, {System::UI, "UI"}, -}; + {System::Debugger, "Debugger"}, {System::UI, "UI"}, {System::SYSCONF, "SYSCONF"}}; const std::string& GetSystemName(System system) { |
