diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2023-04-04 12:34:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-04 12:34:20 +0200 |
| commit | b63b574a3f81617438de63d3b5159adba5208297 (patch) | |
| tree | 70fa6e51b0b41c8437de841207a1ffe246fce9df /Source/Core/Common/Config/Config.cpp | |
| parent | 7be5fc551dc09f3cf919ca1b5b8c82b06cfbdf4d (diff) | |
| parent | 84b3df0af276e47a2d08885001448ee454357b61 (diff) | |
Merge pull request #11669 from LillyJadeKatrin/retroachievements-rcheevos-integration
Retroachievements rcheevos integration
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 4a55ab5b7b..ff3a8c6783 100644 --- a/Source/Core/Common/Config/Config.cpp +++ b/Source/Core/Common/Config/Config.cpp @@ -160,7 +160,8 @@ static const std::map<System, std::string> system_to_name = { {System::DualShockUDPClient, "DualShockUDPClient"}, {System::FreeLook, "FreeLook"}, {System::Session, "Session"}, - {System::GameSettingsOnly, "GameSettingsOnly"}}; + {System::GameSettingsOnly, "GameSettingsOnly"}, + {System::Achievements, "Achievements"}}; const std::string& GetSystemName(System system) { |
