Try to fix badges

This commit is contained in:
twinaphex 2019-08-27 14:54:25 +02:00
parent 84281d3e66
commit 25170f3615

View File

@ -505,7 +505,7 @@ static void rcheevos_award(rcheevos_cheevo_t* cheevo, int mode)
/* Show the OSD message. */
{
#if defined(HAVE_MENU) && defined(HAVE_MENU_WIDGETS)
bool widgets_ready = !menu_widgets_ready();
bool widgets_ready = menu_widgets_ready();
if (widgets_ready)
menu_widgets_push_achievement(cheevo->info->title, cheevo->info->badge);
else