(Salamander) Ifndef some stuff in config.def.h for Salamander

This commit is contained in:
twinaphex 2013-04-14 14:23:54 +02:00
parent 882b7ee889
commit b5690a3d07

View File

@ -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