mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Turn per-core configs off for PS3 right now
This commit is contained in:
parent
6d1f35d579
commit
afa9e17c59
@ -558,7 +558,8 @@ static const uint32_t menu_title_color = 0xff64ff64;
|
||||
static bool default_block_config_read = false;
|
||||
#endif
|
||||
|
||||
#ifdef RARCH_CONSOLE
|
||||
/* Turn per-core configs off for PS3 for now until we can get this to work fine again */
|
||||
#if defined(RARCH_CONSOLE) && !defined(__CELLOS_LV2__)
|
||||
static bool default_core_specific_config = true;
|
||||
#else
|
||||
static bool default_core_specific_config = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user