Turn per-core configs off for PS3 right now

This commit is contained in:
twinaphex 2016-07-26 10:51:30 +02:00
parent 6d1f35d579
commit afa9e17c59

View File

@ -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;