Home
last modified time | relevance | path

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

/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/gtk3/
H A Djoy-unix.c245 static int joyymin[2]; variable
421 joyymin[i] = joyycal[i] - joyycal[i] / JOYSENSITIVITY; in old_joystick_init()
426 …log_message(joystick_log, " Y: min: %i , mid: %i , max: %i.", joyymin[i], joyycal[i], joyymax[i]); in old_joystick_init()
498 if (js.y < joyymin[ajoyport]) { in old_joystick()
/dports/emulators/vice/vice-3.5/src/arch/gtk3/
H A Djoy-unix.c235 static int joyymin[2]; variable
411 joyymin[i] = joyycal[i] - joyycal[i] / JOYSENSITIVITY; in old_joystick_init()
416 …log_message(joystick_log, " Y: min: %i , mid: %i , max: %i.", joyymin[i], joyycal[i], joyymax[i]); in old_joystick_init()
488 if (js.y < joyymin[ajoyport]) { in old_joystick()
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_cfg.c636 ReadInt ("JoyMinY", &joyymin); 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()
1941 WriteParameter (file,"JoyMinY ", joyymin); in WriteConfig()
H A Drt_playr.h213 extern int joyxmax, joyymax, joyxmin, joyymin;
H A Drt_menu.c4552 joyymin = ymin; 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.