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