mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
Remove unused back_button_enums for Android
This commit is contained in:
parent
a8260a450f
commit
575678dbb1
@ -60,15 +60,6 @@ bool input_translate_coord_viewport(int mouse_x, int mouse_y,
|
||||
int16_t *res_x, int16_t *res_y, int16_t *res_screen_x,
|
||||
int16_t *res_screen_y);
|
||||
|
||||
#ifdef ANDROID
|
||||
enum back_button_enums
|
||||
{
|
||||
BACK_BUTTON_QUIT = 0,
|
||||
BACK_BUTTON_GUI_TOGGLE,
|
||||
BACK_BUTTON_MENU_TOGGLE,
|
||||
};
|
||||
#endif
|
||||
|
||||
bool input_joypad_pressed(const rarch_joypad_driver_t *driver,
|
||||
unsigned port, const struct retro_keybind *binds, unsigned key);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user