Remove obsolete rgui_controller_lut.
This commit is contained in:
parent
b3c1afe2ec
commit
36de382581
|
@ -353,7 +353,6 @@ bool menu_replace_config(const char *path);
|
||||||
bool menu_save_new_config(void);
|
bool menu_save_new_config(void);
|
||||||
|
|
||||||
int menu_set_settings(unsigned setting, unsigned action);
|
int menu_set_settings(unsigned setting, unsigned action);
|
||||||
extern const unsigned rgui_controller_lut[];
|
|
||||||
|
|
||||||
void menu_key_event(bool down, unsigned keycode, uint32_t character, uint16_t key_modifiers);
|
void menu_key_event(bool down, unsigned keycode, uint32_t character, uint16_t key_modifiers);
|
||||||
|
|
||||||
|
|
|
@ -26,25 +26,6 @@
|
||||||
#define MAX_GAMMA_SETTING 1
|
#define MAX_GAMMA_SETTING 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
const unsigned rgui_controller_lut[] = {
|
|
||||||
RETRO_DEVICE_ID_JOYPAD_UP,
|
|
||||||
RETRO_DEVICE_ID_JOYPAD_DOWN,
|
|
||||||
RETRO_DEVICE_ID_JOYPAD_LEFT,
|
|
||||||
RETRO_DEVICE_ID_JOYPAD_RIGHT,
|
|
||||||
RETRO_DEVICE_ID_JOYPAD_A,
|
|
||||||
RETRO_DEVICE_ID_JOYPAD_B,
|
|
||||||
RETRO_DEVICE_ID_JOYPAD_X,
|
|
||||||
RETRO_DEVICE_ID_JOYPAD_Y,
|
|
||||||
RETRO_DEVICE_ID_JOYPAD_START,
|
|
||||||
RETRO_DEVICE_ID_JOYPAD_SELECT,
|
|
||||||
RETRO_DEVICE_ID_JOYPAD_L,
|
|
||||||
RETRO_DEVICE_ID_JOYPAD_R,
|
|
||||||
RETRO_DEVICE_ID_JOYPAD_L2,
|
|
||||||
RETRO_DEVICE_ID_JOYPAD_R2,
|
|
||||||
RETRO_DEVICE_ID_JOYPAD_L3,
|
|
||||||
RETRO_DEVICE_ID_JOYPAD_R3,
|
|
||||||
};
|
|
||||||
|
|
||||||
#ifdef HAVE_SHADER_MANAGER
|
#ifdef HAVE_SHADER_MANAGER
|
||||||
static enum rarch_shader_type shader_manager_get_type(const struct gfx_shader *shader)
|
static enum rarch_shader_type shader_manager_get_type(const struct gfx_shader *shader)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue