mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Fix history download thumbnail issue
This commit is contained in:
parent
35936e20c7
commit
d26c4e52b3
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ bool gfx_thumbnail_set_content_playlist(
|
|||
content_label, sizeof(path_data->content_label));
|
||||
else
|
||||
fill_pathname(path_data->content_label,
|
||||
path_basename_nocompression(content_path),
|
||||
path_basename(content_path),
|
||||
"", sizeof(path_data->content_label));
|
||||
|
||||
/* Determine content image name */
|
||||
|
|
Loading…
Add table
Reference in a new issue