mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 10:10:57 +00:00
(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;
|
||||
#endif
|
||||
|
||||
#ifndef IS_SALAMANDER
|
||||
|
||||
#ifdef __CELLOS_LV2__
|
||||
#define RETRO_DEF_JOYPAD_B (1ULL << RETRO_DEVICE_ID_JOYPAD_B)
|
||||
#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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user