This commit is contained in:
raziel1000 2024-07-17 00:00:26 -06:00
parent cc943db117
commit 5974664647
1 changed files with 1 additions and 0 deletions

View File

@ -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;