Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/parse.gperf
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse.gperf')
-rw-r--r--src/parse.gperf3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/parse.gperf b/src/parse.gperf
index 4c3f527..df5ef71 100644
--- a/src/parse.gperf
+++ b/src/parse.gperf
@@ -155,6 +155,9 @@ windowed, NEGBOOL(fullscreen)
windowsize, MULTI(parsertmp_windowsize)
mouse-accessibility, POSBOOL(mouseaccessibility)
onscreen-keyboard, POSBOOL(onscreen_keyboard)
+joystick-slowness, MULTI(joystick_slowness)
+joystick-threshold, MULTI(joystick_lowthreshold)
+joystick-maxsteps, MULTI(joystick_maxsteps)
%%
void parse_one_option(struct cfginfo *restrict tmpcfg, const char *str, const char *opt, const char *restrict src)