diff options
| author | Mai <mai.iam2048@gmail.com> | 2023-11-28 04:20:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-28 04:20:21 +0100 |
| commit | 99cf8625960e559223f920c7c9ba979ab9cf4d93 (patch) | |
| tree | 958e6f1938029a99372a7a92c2af6e7233497035 /Source/Core/Common/Config/Config.cpp | |
| parent | 7e9c19fdb1c041e9390482fa22e29f577a063882 (diff) | |
| parent | be1e103435090483831c9a9f32aa765071ded05a (diff) | |
Merge pull request #12317 from JosJuice/setting-saveable-cleanup
Config: Clean up IsSettingSaveable
Diffstat (limited to 'Source/Core/Common/Config/Config.cpp')
| -rw-r--r-- | Source/Core/Common/Config/Config.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/Common/Config/Config.cpp b/Source/Core/Common/Config/Config.cpp index 3f008fc913..00dbab7bb4 100644 --- a/Source/Core/Common/Config/Config.cpp +++ b/Source/Core/Common/Config/Config.cpp @@ -154,7 +154,6 @@ static const std::map<System, std::string> system_to_name = { {System::GCKeyboard, "GCKeyboard"}, {System::GFX, "Graphics"}, {System::Logger, "Logger"}, - {System::Debugger, "Debugger"}, {System::SYSCONF, "SYSCONF"}, {System::DualShockUDPClient, "DualShockUDPClient"}, {System::FreeLook, "FreeLook"}, |
