aboutsummaryrefslogtreecommitdiff
path: root/src/sst.c
diff options
context:
space:
mode:
authorGravatar Michael Smith <mikesmiffy128@gmail.com> 2025-11-28 22:28:17 +0000
committerGravatar Michael Smith <mikesmiffy128@gmail.com> 2025-11-28 22:30:55 +0000
commit3e057a6365ba6793531ba2930aa53453ee3f0d8e (patch)
tree119256814db9acb54bfdf81f9ec8cc94dab05d45 /src/sst.c
parent8bed97cda76655c49fb80b604203ec572b2bf59e (diff)
downloadsst-3e057a6365ba6793531ba2930aa53453ee3f0d8e.tar.gz
sst-3e057a6365ba6793531ba2930aa53453ee3f0d8e.zip
Fix sst_mouse_factor always being hidden
Kind of unpleasant and probably something to revisit at some point to see if there's a more straightforward approach we can come up with.
Diffstat (limited to 'src/sst.c')
-rw-r--r--src/sst.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sst.c b/src/sst.c
index 6a0d810..8bdb56c 100644
--- a/src/sst.c
+++ b/src/sst.c
@@ -270,6 +270,7 @@ static bool already_loaded = false, skip_unload = false;
// auto-update message. see below in do_featureinit()
static const char *updatenotes = "\
+* Fix sst_mouse_factor being hidden, causing toggle binds to break\n\
";
enum { // used in generated code, must line up with featmsgs arrays below