diff options
| author | Léo Lam <leo@leolam.fr> | 2021-06-13 12:38:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-13 12:38:09 +0200 |
| commit | 4e3e3bfd60e68deadfbe72fb06403e5895981f23 (patch) | |
| tree | 93c4b9fa4f13b05b08bcd4e1817e157133d85fd0 /Source/Core/Common/Config/Config.cpp | |
| parent | 8ef4bd682b86b6ac708c3aa2462a14f9ad5a90a0 (diff) | |
| parent | ac28b89fa54dd01ef09c647492a508e9dec30fc2 (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.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) { |
