mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Fix c89 build.
This commit is contained in:
parent
bd2fb04a47
commit
2ea6d5a060
@ -4397,8 +4397,8 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type, menu_displaylist
|
||||
|
||||
break;
|
||||
}
|
||||
#endif // HAVE_LAKKA_SWITCH
|
||||
#endif // HAVE_LAKKA_SWITCH || HAVE_LIBNX
|
||||
#endif /* HAVE_LAKKA_SWITCH */
|
||||
#endif /* HAVE_LAKKA_SWITCH || HAVE_LIBNX */
|
||||
case DISPLAYLIST_MUSIC_LIST:
|
||||
{
|
||||
char combined_path[PATH_MAX_LENGTH];
|
||||
|
Loading…
x
Reference in New Issue
Block a user