Home
last modified time | relevance | path

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

/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dinputdevice.c250 static int digital_port[NORMAL_JPORTS][2]; variable
2135 …if ((is_joystick_pullup (joy) && digital_port[joy][i]) || (is_mouse_pullup (joy) && mouse_port[joy… in cap_check()
2156 if ((digital_port[joy][i] || mouse_port[joy]) && pot_dat_act[joy][i] == 2) { in cap_check()
2187 … if (dong < 0 && (is_mouse_pullup (joy) && mouse_port[joy] && digital_port[joy][i]) && charge == 0) in cap_check()
2193 if (dong < 0 && (is_joystick_pullup (joy) && digital_port[joy][i]) && charge == 0) in cap_check()
3944 digital_port[0][1] = 1; in isdigitalbutton()
3948 digital_port[0][0] = 1; in isdigitalbutton()
3952 digital_port[1][1] = 1; in isdigitalbutton()
3956 digital_port[1][0] = 1; in isdigitalbutton()
3994 digital_port[i][j] = 0; in scanevents()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dinputdevice.cpp371 static int digital_port[NORMAL_JPORTS][2]; variable
3038 …if ((is_joystick_pullup (joy) && digital_port[joy][i]) || (is_mouse_pullup (joy) && mouse_port[joy… in cap_check()
3059 if ((digital_port[joy][i] || mouse_port[joy]) && pot_dat_act[joy][i] == 2) { in cap_check()
3086 … if (dong < 0 && (is_mouse_pullup (joy) && mouse_port[joy] && digital_port[joy][i]) && charge == 0) in cap_check()
3092 if (dong < 0 && (is_joystick_pullup (joy) && digital_port[joy][i]) && charge == 0) in cap_check()
5246 digital_port[0][1] = 1; in isdigitalbutton()
5250 digital_port[0][0] = 1; in isdigitalbutton()
5254 digital_port[1][1] = 1; in isdigitalbutton()
5258 digital_port[1][0] = 1; in isdigitalbutton()
5301 digital_port[i][j] = 0; in scanevents()
[all …]