diff options
| author | Mai <mai.iam2048@gmail.com> | 2023-03-14 15:48:04 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-14 15:48:04 -0400 |
| commit | 4281606838c705f81022348eaa5b001e577436a4 (patch) | |
| tree | 7008898e4b289546e97b930b9ee0778954aaffb6 /Source/Core/Common/Config/Config.cpp | |
| parent | e83b6e19ab425a3d92fc705e8153baa0c628a744 (diff) | |
| parent | 08334015f91a42a233bc35823de2af89e49e0b59 (diff) | |
Merge pull request #11641 from JosJuice/android-remove-old-config
Android: Remove support for the old config system
Diffstat (limited to 'Source/Core/Common/Config/Config.cpp')
| -rw-r--r-- | Source/Core/Common/Config/Config.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Core/Common/Config/Config.cpp b/Source/Core/Common/Config/Config.cpp index 67b21ea33b..4a55ab5b7b 100644 --- a/Source/Core/Common/Config/Config.cpp +++ b/Source/Core/Common/Config/Config.cpp @@ -159,7 +159,8 @@ static const std::map<System, std::string> system_to_name = { {System::SYSCONF, "SYSCONF"}, {System::DualShockUDPClient, "DualShockUDPClient"}, {System::FreeLook, "FreeLook"}, - {System::Session, "Session"}}; + {System::Session, "Session"}, + {System::GameSettingsOnly, "GameSettingsOnly"}}; const std::string& GetSystemName(System system) { |
