mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +00:00
Rename playlist_push to history_playlist_push
This commit is contained in:
parent
7adcbc7311
commit
7b2deee502
@ -146,7 +146,7 @@ static void check_defaults_dirs(void)
|
|||||||
path_mkdir(g_defaults.resampler_dir);
|
path_mkdir(g_defaults.resampler_dir);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void playlist_push(content_playlist_t *playlist,
|
static void history_playlist_push(content_playlist_t *playlist,
|
||||||
const char *path, const char *core_path,
|
const char *path, const char *core_path,
|
||||||
struct retro_system_info *info)
|
struct retro_system_info *info)
|
||||||
{
|
{
|
||||||
@ -257,7 +257,7 @@ returntype main_entry(signature())
|
|||||||
#if defined(RARCH_CONSOLE) || defined(RARCH_MOBILE)
|
#if defined(RARCH_CONSOLE) || defined(RARCH_MOBILE)
|
||||||
if (ret)
|
if (ret)
|
||||||
#endif
|
#endif
|
||||||
playlist_push(g_defaults.history,
|
history_playlist_push(g_defaults.history,
|
||||||
g_extern.fullpath,
|
g_extern.fullpath,
|
||||||
g_settings.libretro,
|
g_settings.libretro,
|
||||||
&g_extern.system.info);
|
&g_extern.system.info);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user