Config: UIModel: Fix max controller setting

pull/175/head
Peter Repukat 2 years ago
parent c7e5cbd30c
commit 31ee8768b9

@ -84,7 +84,7 @@ void UIModel::readConfigs()
json["maxFps"] = filejson["window"]["maxFps"];
json["scale"] = filejson["window"]["scale"];
json["disableOverlay"] = filejson["window"]["disableOverlay"];
json["maxControllers"] = filejson["controller"]["allowDesktopConfig"];
json["maxControllers"] = filejson["controller"]["maxControllers"];
json["allowDesktopConfig"] = filejson["controller"]["allowDesktopConfig"];
json["emulateDS4"] = filejson["controller"]["emulateDS4"];

Loading…
Cancel
Save