mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Cleanup
This commit is contained in:
parent
6305f12ba2
commit
064e6a70bc
@ -45,15 +45,13 @@
|
||||
*
|
||||
* Initializes core and loads content based on playlist entry.
|
||||
**/
|
||||
static bool menu_content_load_from_playlist(void *data)
|
||||
static bool menu_content_load_from_playlist(menu_content_ctx_playlist_info_t *info)
|
||||
{
|
||||
unsigned idx;
|
||||
playlist_t *playlist = NULL;
|
||||
const char *core_path = NULL;
|
||||
const char *path = NULL;
|
||||
content_ctx_info_t content_info = {0};
|
||||
menu_content_ctx_playlist_info_t *info =
|
||||
(menu_content_ctx_playlist_info_t *)data;
|
||||
|
||||
if (!info)
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user