mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Another CXX_BUILD buildfix
This commit is contained in:
parent
7b3be5eddf
commit
e4873f8a46
@ -279,7 +279,7 @@ int generic_action_ok_displaylist_push(const char *path,
|
||||
const char *label, unsigned type, size_t idx, size_t entry_idx,
|
||||
unsigned action_type)
|
||||
{
|
||||
menu_displaylist_info_t info = {0};
|
||||
menu_displaylist_info_t info;
|
||||
char tmp[PATH_MAX_LENGTH];
|
||||
char parent_dir[PATH_MAX_LENGTH];
|
||||
enum menu_displaylist_ctl_state dl_type = DISPLAYLIST_NONE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user