mirror of
https://github.com/libretro/RetroArch
synced 2025-02-22 12:40:09 +00:00
(menu_content.c) Cleanups
This commit is contained in:
parent
42ce1de663
commit
915a420279
@ -49,13 +49,8 @@
|
|||||||
**/
|
**/
|
||||||
bool menu_content_playlist_load(menu_content_ctx_playlist_info_t *info)
|
bool menu_content_playlist_load(menu_content_ctx_playlist_info_t *info)
|
||||||
{
|
{
|
||||||
playlist_t *playlist = NULL;
|
|
||||||
const char *path = NULL;
|
const char *path = NULL;
|
||||||
|
playlist_t *playlist = (playlist_t*)info->data;
|
||||||
if (!info)
|
|
||||||
return false;
|
|
||||||
|
|
||||||
playlist = (playlist_t*)info->data;
|
|
||||||
|
|
||||||
if (!playlist)
|
if (!playlist)
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user