Home
last modified time | relevance | path

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

/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/gtk3/
H A Djoy-unix.c246 static int joyymax[2]; variable
422 joyymax[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()
501 if (js.y > joyymax[ajoyport]) { in old_joystick()
/dports/emulators/vice/vice-3.5/src/arch/gtk3/
H A Djoy-unix.c236 static int joyymax[2]; variable
412 joyymax[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()
491 if (js.y > joyymax[ajoyport]) { in old_joystick()
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_cfg.c634 ReadInt ("JoyMaxY", &joyymax); 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()
1939 WriteParameter (file,"JoyMaxY ", joyymax); in WriteConfig()
H A Drt_playr.h213 extern int joyxmax, joyymax, joyxmin, joyymin;
H A Drt_menu.c4553 joyymax = ymax; 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.