summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Config
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/Common/Config')
-rw-r--r--Source/Core/Common/Config/Config.cpp4
-rw-r--r--Source/Core/Common/Config/Enums.h1
2 files changed, 4 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)
{
diff --git a/Source/Core/Common/Config/Enums.h b/Source/Core/Common/Config/Enums.h
index 1999005401..c25858b098 100644
--- a/Source/Core/Common/Config/Enums.h
+++ b/Source/Core/Common/Config/Enums.h
@@ -33,6 +33,7 @@ enum class System
Debugger,
DualShockUDPClient,
FreeLook,
+ Session,
};
constexpr std::array<LayerType, 7> SEARCH_ORDER{{