(Salamander) Ifndef some stuff in config.def.h for Salamander
This commit is contained in:
parent
882b7ee889
commit
b5690a3d07
|
@ -417,6 +417,8 @@ static const bool input_debug_enable = false;
|
||||||
static const bool input_autodetect_enable = true;
|
static const bool input_autodetect_enable = true;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef IS_SALAMANDER
|
||||||
|
|
||||||
#ifdef __CELLOS_LV2__
|
#ifdef __CELLOS_LV2__
|
||||||
#define RETRO_DEF_JOYPAD_B (1ULL << RETRO_DEVICE_ID_JOYPAD_B)
|
#define RETRO_DEF_JOYPAD_B (1ULL << RETRO_DEVICE_ID_JOYPAD_B)
|
||||||
#define RETRO_DEF_JOYPAD_Y (1ULL << RETRO_DEVICE_ID_JOYPAD_Y)
|
#define RETRO_DEF_JOYPAD_Y (1ULL << RETRO_DEVICE_ID_JOYPAD_Y)
|
||||||
|
@ -652,3 +654,5 @@ static const struct retro_keybind retro_keybinds_rest[] = {
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue