From c2e4af18628f819ca088048abe11bad71a3dcb00 Mon Sep 17 00:00:00 2001 From: Faugus <112667550+Faugus@users.noreply.github.com> Date: Wed, 16 Jul 2025 10:49:53 -0300 Subject: [PATCH] Set disable hidraw False by default --- faugus_launcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faugus_launcher.py b/faugus_launcher.py index 2cd858c..8df0214 100644 --- a/faugus_launcher.py +++ b/faugus_launcher.py @@ -235,7 +235,7 @@ class ConfigManager: 'default-prefix': prefixes_dir, 'mangohud': 'False', 'gamemode': 'False', - 'disable-hidraw': '', + 'disable-hidraw': 'False', 'default-runner': 'GE-Proton', 'lossless-location': '', 'discrete-gpu': 'False',