(PS3/360) Fixed ifdef in console_ext.h - change to HAVE_LIBRETRO_MANAGEMENT

This commit is contained in:
Twinaphex 2012-04-13 15:59:22 +02:00
parent 2ffffee571
commit ccd160ac0d

View File

@ -81,7 +81,7 @@ void ssnes_input_set_default_keybind_names_for_emulator(void);
void ssnes_input_set_keybind(unsigned player, unsigned keybind_action, uint64_t default_retro_joypad_id);
#if defined(__CELLOS_LV2__) || defined(_XBOX)
#ifdef HAVE_LIBRETRO_MANAGEMENT
bool ssnes_manage_libretro_core(const char * full_path, const char * path, const char * exe_ext);
#endif