Default "MaxControllers" to 1 (most common use case)

pull/179/head
Peter Repukat 2 years ago
parent a337c0e5a1
commit 7e0e3fa143

@ -42,7 +42,7 @@ Item {
maxFps: null,
scale: null,
icon: null,
maxControllers: 4,
maxControllers: 1,
disableOverlay: false,
realDeviceIds: false,
allowDesktopConfig: false,
@ -63,7 +63,7 @@ Item {
maxFps: null,
scale: null,
icon: null,
maxControllers: 4,
maxControllers: 1,
disableOverlay: false,
realDeviceIds: false,
allowDesktopConfig: false,

@ -47,7 +47,7 @@ inline struct Window {
} window;
inline struct Controller {
int maxControllers = 4;
int maxControllers = 1;
bool allowDesktopConfig = false;
bool emulateDS4 = false;
} controller;

Loading…
Cancel
Save