From ccd160ac0d3562cbec1934a0d9bc533ac5598207 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Fri, 13 Apr 2012 15:59:22 +0200 Subject: [PATCH] (PS3/360) Fixed ifdef in console_ext.h - change to HAVE_LIBRETRO_MANAGEMENT --- console/console_ext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/console_ext.h b/console/console_ext.h index 900d12c0b9..8e9655c1ff 100644 --- a/console/console_ext.h +++ b/console/console_ext.h @@ -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