Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/joystick/mint/
DSDL_sysjoystick.c248 static int has_teamtap[2]={TEAMTAP_MAYBE,TEAMTAP_MAYBE}; variable
456 has_teamtap[num_port] = TEAMTAP_YES; in detect_teamtap()
479 has_teamtap[num_port] = (with_teamtap ? TEAMTAP_YES : TEAMTAP_NO); in detect_teamtap()
573 if (has_teamtap[numport]==TEAMTAP_MAYBE) { in SDL_SYS_JoystickUpdate()
577 if (has_teamtap[numport] == TEAMTAP_NO) { in SDL_SYS_JoystickUpdate()