mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
CXX_BUILD buildfix
This commit is contained in:
parent
8a68c620ac
commit
b80b9cd157
@ -5868,11 +5868,14 @@ static int action_ok_delete_playlist(const char *path,
|
||||
const char *label, unsigned type, size_t idx, size_t entry_idx)
|
||||
{
|
||||
playlist_t *playlist = playlist_get_cached();
|
||||
menu_ctx_environment_t menu_environ = {0};
|
||||
menu_ctx_environment_t menu_environ;
|
||||
|
||||
if (!playlist)
|
||||
return -1;
|
||||
|
||||
menu_environ.type = MENU_ENVIRON_NONE;
|
||||
menu_environ.data = NULL;
|
||||
|
||||
path = playlist_get_conf_path(playlist);
|
||||
|
||||
filestream_delete(path);
|
||||
|
Loading…
x
Reference in New Issue
Block a user