Skip to content

Commit 35850dd

Browse files
author
龙虾机器人
committed
[BOUNTY #4774] Add VFS frontend browser implementation
- Add menu_vfs_browser.c for VFS file browsing - Add menu_vfs_browser.h for function declarations - Update Makefile.common to include new source Ref: #4774
1 parent 82c5e3b commit 35850dd

3 files changed

Lines changed: 520 additions & 0 deletions

File tree

Makefile.common

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,7 @@ ifeq ($(HAVE_LIBRETRODB), 1)
588588

589589
ifeq ($(HAVE_MENU), 1)
590590
OBJ += menu/menu_explore.o \
591+
menu/menu_vfs_browser.o \
591592
tasks/task_menu_explore.o
592593
endif
593594
endif

0 commit comments

Comments
 (0)