Home
last modified time | relevance | path

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

/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/gtk3/
H A Djoy-unix.c243 static int joyxmin[2]; variable
419 joyxmin[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()
504 if (js.x < joyxmin[ajoyport]) { in old_joystick()
/dports/emulators/vice/vice-3.5/src/arch/gtk3/
H A Djoy-unix.c233 static int joyxmin[2]; variable
409 joyxmin[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()
494 if (js.x < joyxmin[ajoyport]) { in old_joystick()
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_cfg.c635 ReadInt ("JoyMinX", &joyxmin); in ParseConfigFile()
667 if (!joyxmin || !joyxmax || !joyymin || !joyymax) in ParseConfigFile()
671 IN_SetupJoy (joystickport, joyxmin, joyxmax, joyymin, joyymax); in ParseConfigFile()
924 joyxmin = joyymin = 1; in SetConfigDefaultValues()
1940 WriteParameter (file,"JoyMinX ", joyxmin); in WriteConfig()
H A Drt_playr.h213 extern int joyxmax, joyymax, joyxmin, joyymin;
H A Drt_menu.c4550 joyxmin = xmin; 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.