Home
last modified time | relevance | path

Searched refs:joyxmax (Results 1 – 7 of 7) sorted by relevance

/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/gtk3/
H A Djoy-unix.c244 static int joyxmax[2]; variable
420 joyxmax[i] = joyxcal[i] + joyxcal[i] / JOYSENSITIVITY; in old_joystick_init()
425 …log_message(joystick_log, " X: min: %i , mid: %i , max: %i.", joyxmin[i], joyxcal[i], joyxmax[i]); in old_joystick_init()
507 if (js.x > joyxmax[ajoyport]) { in old_joystick()
/dports/emulators/vice/vice-3.5/src/arch/gtk3/
H A Djoy-unix.c234 static int joyxmax[2]; variable
410 joyxmax[i] = joyxcal[i] + joyxcal[i] / JOYSENSITIVITY; in old_joystick_init()
415 …log_message(joystick_log, " X: min: %i , mid: %i , max: %i.", joyxmin[i], joyxcal[i], joyxmax[i]); in old_joystick_init()
497 if (js.x > joyxmax[ajoyport]) { in old_joystick()
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_cfg.c633 ReadInt ("JoyMaxX", &joyxmax); in ParseConfigFile()
667 if (!joyxmin || !joyxmax || !joyymin || !joyymax) in ParseConfigFile()
671 IN_SetupJoy (joystickport, joyxmin, joyxmax, joyymin, joyymax); in ParseConfigFile()
925 joyxmax = joyymax = 255; in SetConfigDefaultValues()
1938 WriteParameter (file,"JoyMaxX ", joyxmax); in WriteConfig()
H A Drt_playr.h213 extern int joyxmax, joyymax, joyxmin, joyymin;
H A Drt_menu.c4551 joyxmax = xmax; in CalibrateJoystick()
H A Drt_playr.c184 int joyxmax = 0, joyymax = 0, joyxmin = 0, joyymin = 0; variable
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/
H A DChangeLog.14549 `joyxmin', `joyxmax', `joyymin', `joyymax' made static.