From a3da5edb68b61a39935054f86e70e4bdf068ae61 Mon Sep 17 00:00:00 2001 From: Kishi <41839133+Kishi85@users.noreply.github.com> Date: Fri, 29 Aug 2025 15:52:56 +0200 Subject: [PATCH] fix(input): Add missing default value for ds5_inputtino_randomize_mac (#4207) --- src/config.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.cpp b/src/config.cpp index 5268af66..bfc1092c 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -554,6 +554,7 @@ namespace config { true, // back as touchpad click enabled (manual DS4 only) true, // client gamepads with motion events are emulated as DS4 true, // client gamepads with touchpads are emulated as DS4 + true, // ds5_inputtino_randomize_mac true, // keyboard enabled true, // mouse enabled