mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Avoid warning
This commit is contained in:
parent
c746f4dbbc
commit
3f6623fa6e
@ -949,7 +949,7 @@ static int action_ok_playlist_entry_start_content(const char *path,
|
||||
menu_content_ctx_playlist_info_t playlist_info;
|
||||
size_t selection_ptr = 0;
|
||||
bool playlist_initialized = false;
|
||||
playlist_t *playlist = g_defaults.history;
|
||||
playlist_t *playlist = NULL;
|
||||
const char *entry_path = NULL;
|
||||
const char *entry_label = NULL;
|
||||
const char *core_path = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user