mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-15 06:50:32 +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);
|
||||
}
|
||||
|
||||
static void playlist_push(content_playlist_t *playlist,
|
||||
static void history_playlist_push(content_playlist_t *playlist,
|
||||
const char *path, const char *core_path,
|
||||
struct retro_system_info *info)
|
||||
{
|
||||
@ -257,7 +257,7 @@ returntype main_entry(signature())
|
||||
#if defined(RARCH_CONSOLE) || defined(RARCH_MOBILE)
|
||||
if (ret)
|
||||
#endif
|
||||
playlist_push(g_defaults.history,
|
||||
history_playlist_push(g_defaults.history,
|
||||
g_extern.fullpath,
|
||||
g_settings.libretro,
|
||||
&g_extern.system.info);
|
||||
|
Loading…
Reference in New Issue
Block a user