mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
having a badge file is enough to show it in popup (#8709)
This commit is contained in:
parent
9da9f4bad0
commit
e8c9a272ee
@ -2314,9 +2314,8 @@ static void menu_widgets_get_badge_texture(menu_texture_item *tex, const char *b
|
||||
{
|
||||
char badge_file[16];
|
||||
char fullpath[PATH_MAX_LENGTH];
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
||||
if (!badge || !settings || !settings->bools.cheevos_badges_enable)
|
||||
if (!badge)
|
||||
{
|
||||
*tex = 0;
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user