mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Fix bug in history_playlist_push
This commit is contained in:
parent
791ba7ba04
commit
af0d416323
@ -154,7 +154,7 @@ static void history_playlist_push(content_playlist_t *playlist,
|
|||||||
{
|
{
|
||||||
char tmp[PATH_MAX];
|
char tmp[PATH_MAX];
|
||||||
|
|
||||||
if (!playlist || !g_extern.libretro_dummy || !info)
|
if (!playlist || g_extern.libretro_dummy || !info)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
/* path can be relative here.
|
/* path can be relative here.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user