diff options
Diffstat (limited to 'Source/Core/Common/Config/Config.cpp')
| -rw-r--r-- | Source/Core/Common/Config/Config.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/Core/Common/Config/Config.cpp b/Source/Core/Common/Config/Config.cpp index c75b6ee5e9..17e65ea234 100644 --- a/Source/Core/Common/Config/Config.cpp +++ b/Source/Core/Common/Config/Config.cpp @@ -141,7 +141,9 @@ static const std::map<System, std::string> system_to_name = { {System::Logger, "Logger"}, {System::Debugger, "Debugger"}, {System::SYSCONF, "SYSCONF"}, - {System::DualShockUDPClient, "DualShockUDPClient"}}; + {System::DualShockUDPClient, "DualShockUDPClient"}, + {System::FreeLook, "FreeLook"}, + {System::Session, "Session"}}; const std::string& GetSystemName(System system) { |
