diff --git a/src/common/config.cpp b/src/common/config.cpp index 864f6a97..4d5d8865 100644 --- a/src/common/config.cpp +++ b/src/common/config.cpp @@ -381,6 +381,7 @@ void save(const std::filesystem::path& path) { data["General"]["logFilter"] = logFilter; data["General"]["logType"] = logType; data["General"]["showSplash"] = isShowSplash; + data["General"]["controller"] = controller; data["GPU"]["gpuId"] = gpuId; data["GPU"]["screenWidth"] = screenWidth; data["GPU"]["screenHeight"] = screenHeight;