From 59746646478e4f12c81787c98f28f422b8a041f3 Mon Sep 17 00:00:00 2001 From: raziel1000 Date: Wed, 17 Jul 2024 00:00:26 -0600 Subject: [PATCH] + --- src/common/config.cpp | 1 + 1 file changed, 1 insertion(+) 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;