mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
Merge pull request #8270 from alfrix/master
Use the mame thumbnail repo for all the mame playlists
This commit is contained in:
commit
a702e0d59d
@ -1201,6 +1201,9 @@ static void xmb_set_thumbnail_system(void *data, char*s, size_t len)
|
||||
|
||||
if (!string_is_empty(xmb->thumbnail_system))
|
||||
free(xmb->thumbnail_system);
|
||||
/* There is only one mame thumbnail repo */
|
||||
if (strncmp("MAME", s, 4) == 0)
|
||||
strcpy(s, "MAME");
|
||||
xmb->thumbnail_system = strdup(s);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user