diff --git a/config.def.h b/config.def.h index 2ba2f42f39..d48b36e92f 100644 --- a/config.def.h +++ b/config.def.h @@ -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 +