Home
last modified time | relevance | path

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

/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gui-none/
H A Dnogui.c79 if (button == JOYBUTTON_CD32_PLAY) in gui_gameport_button_change()
/dports/games/libretro-uae/libretro-uae-8333daa/retrodep/
H A Dgui.c184 if (button == JOYBUTTON_CD32_PLAY) in gui_gameport_button_change()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gui-beos/
H A Dgui.cpp189 if (button == JOYBUTTON_CD32_PLAY) in gui_gameport_button_change()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gui-muirexx/
H A Dami-gui.c393 if (button == JOYBUTTON_CD32_PLAY) in gui_gameport_button_change()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Dinputdevice.h22 #define JOYBUTTON_CD32_PLAY 3 macro
/dports/emulators/uae/uae-0.8.29/src/include/
H A Dinputevents.def38 DEFEVENT(JOY1_CD32_PLAY,"Joy1 CD32 Play",AM_K,4,1,JOYBUTTON_CD32_PLAY)
80 DEFEVENT(JOY2_CD32_PLAY,"Joy2 CD32 Play",AM_K,4,2,JOYBUTTON_CD32_PLAY)
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Dinputdevice.h30 #define JOYBUTTON_CD32_PLAY 3 macro
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gui-sdl/
H A Dmenu.c456 if (button == JOYBUTTON_CD32_PLAY) in gui_gameport_button_change()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dinputevents.def45 DEFEVENT(JOY1_CD32_PLAY,_T("Joy1 CD32 Play"),AM_K,4,1,JOYBUTTON_CD32_PLAY)
89 DEFEVENT(JOY2_CD32_PLAY,_T("Joy2 CD32 Play"),AM_K,4,2,JOYBUTTON_CD32_PLAY)
H A Dinputdevice.c2294 …if (cd32_shifter[i] >= 2 && (joybutton[i] & ((1 << JOYBUTTON_CD32_PLAY) << (cd32_shifter[i] - 2)))) in handle_joystick_potgor()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dinputevents.def45 DEFEVENT2(JOY1_CD32_PLAY,_T("Joy1 CD32 Play"),_T("CD32 PLAY"),AM_K,4,1,JOYBUTTON_CD32_PLAY,18)
89 DEFEVENT2(JOY2_CD32_PLAY,_T("Joy2 CD32 Play"),_T("CD32 PLAY"),AM_K,4,2,JOYBUTTON_CD32_PLAY,18)
H A Dinputdevice.cpp3193 …if (cd32_shifter[i] >= 2 && (joybutton[i] & ((1 << JOYBUTTON_CD32_PLAY) << (cd32_shifter[i] - 2)))) in handle_joystick_potgor()
/dports/emulators/uae/uae-0.8.29/src/
H A Dinputdevice.c63 #define JOYBUTTON_CD32_PLAY 3 macro
857 …if (cd32_shifter[i] >= 2 && (joybutton[i] & ((1 << JOYBUTTON_CD32_PLAY) << (cd32_shifter[i] - 2)))) in handle_joystick_potgor()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gui-gtk/
H A Dgtkui.c2697 if (button == JOYBUTTON_CD32_PLAY) in gui_gameport_button_change()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gui-cocoa/
H A Dcocoaui.m1990 if (button == JOYBUTTON_CD32_PLAY)