summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Config/Config.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2021-06-13 12:38:09 +0200
committerGitHub <noreply@github.com>2021-06-13 12:38:09 +0200
commit4e3e3bfd60e68deadfbe72fb06403e5895981f23 (patch)
tree93c4b9fa4f13b05b08bcd4e1817e157133d85fd0 /Source/Core/Common/Config/Config.cpp
parent8ef4bd682b86b6ac708c3aa2462a14f9ad5a90a0 (diff)
parentac28b89fa54dd01ef09c647492a508e9dec30fc2 (diff)
Merge pull request #9804 from JosJuice/revert-fma
NetPlay/Jit64: Avoid using software FMA
Diffstat (limited to 'Source/Core/Common/Config/Config.cpp')
-rw-r--r--Source/Core/Common/Config/Config.cpp4
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)
{