From 95f34fd54a0f027e7442fe2bbda1587644f9d659 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 11 Nov 2025 18:43:28 +0100 Subject: [PATCH] help for autojoy --- config.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.cpp b/config.cpp index ae4ab2e4..83755670 100644 --- a/config.cpp +++ b/config.cpp @@ -1460,7 +1460,8 @@ EX void initConfig() { param_i(vid.joysmooth, "vid.joysmooth", 200); param_i(vid.joypanthreshold, "vid.joypanthreshold", 2500); param_f(vid.joypanspeed, "vid.joypanspeed", ISPANDORA ? 0.0001 : 0); - param_b(autojoy, "autojoy"); + param_b(autojoy, "autojoy") + -> editable("joystick moves automatically", 'J'); #endif vid.killreduction = 0;