diff options
| author | JosJuice <josjuice@gmail.com> | 2023-03-11 17:14:01 +0100 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2023-03-11 17:51:58 +0100 |
| commit | 53e7090f5559106875ee5d1170a641439df66379 (patch) | |
| tree | cd3b2d67f2a53588103e9aecc318793bd3a164c9 /Source/Core/Common/Config/Config.cpp | |
| parent | 62ff2f1030ae95ac0e5bf9ae02e9cc78664ab83e (diff) | |
Migrate game INI profile setting 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, 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) { |
