mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-20 01:38:12 +00:00
(PS3/360) Fixed ifdef in console_ext.h - change to HAVE_LIBRETRO_MANAGEMENT
This commit is contained in:
parent
2ffffee571
commit
ccd160ac0d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user