mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
Cleanup
This commit is contained in:
parent
9211dea6d5
commit
5a83139e15
@ -796,10 +796,8 @@ static void check_default_dirs(void)
|
|||||||
static bool content_push_to_history_playlist(
|
static bool content_push_to_history_playlist(
|
||||||
playlist_t *playlist,
|
playlist_t *playlist,
|
||||||
const char *path,
|
const char *path,
|
||||||
void *data,
|
|
||||||
const char *core_name,
|
const char *core_name,
|
||||||
const char *core_path,
|
const char *core_path)
|
||||||
enum content_mode_load mode)
|
|
||||||
{
|
{
|
||||||
settings_t *settings = config_get_ptr();
|
settings_t *settings = config_get_ptr();
|
||||||
|
|
||||||
@ -1685,8 +1683,8 @@ static bool task_load_content(content_ctx_info_t *content_info,
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (content_push_to_history_playlist(playlist_tmp, tmp, info,
|
if (content_push_to_history_playlist(playlist_tmp, tmp,
|
||||||
core_name, core_path, mode))
|
core_name, core_path))
|
||||||
playlist_write_file(playlist_tmp);
|
playlist_write_file(playlist_tmp);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user