mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
(cheevos) Cleanup
This commit is contained in:
parent
32e4aea068
commit
dcfa8cc7ba
@ -2532,18 +2532,18 @@ found:
|
||||
*************************************************************************/
|
||||
CORO_SUB(RCHEEVOS_GET_BADGES)
|
||||
|
||||
#if defined(HAVE_GFX_WIDGETS)
|
||||
if (false) /* we always want badges if menu widgets are enabled */
|
||||
#endif
|
||||
{
|
||||
settings_t *settings = config_get_ptr();
|
||||
if (!(
|
||||
/* we always want badges if menu widgets are enabled */
|
||||
#if !defined(HAVE_GFX_WIDGETS)
|
||||
{
|
||||
settings_t *settings = config_get_ptr();
|
||||
if (!(
|
||||
string_is_equal(settings->arrays.menu_driver, "xmb") ||
|
||||
string_is_equal(settings->arrays.menu_driver, "ozone")
|
||||
) ||
|
||||
!settings->bools.cheevos_badges_enable)
|
||||
CORO_RET();
|
||||
}
|
||||
) ||
|
||||
!settings->bools.cheevos_badges_enable)
|
||||
CORO_RET();
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
cheevos_reset_menu_badges();
|
||||
|
Loading…
Reference in New Issue
Block a user