mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +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.
|
* 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;
|
unsigned idx;
|
||||||
playlist_t *playlist = NULL;
|
playlist_t *playlist = NULL;
|
||||||
const char *core_path = NULL;
|
const char *core_path = NULL;
|
||||||
const char *path = NULL;
|
const char *path = NULL;
|
||||||
content_ctx_info_t content_info = {0};
|
content_ctx_info_t content_info = {0};
|
||||||
menu_content_ctx_playlist_info_t *info =
|
|
||||||
(menu_content_ctx_playlist_info_t *)data;
|
|
||||||
|
|
||||||
if (!info)
|
if (!info)
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user