N64FlashcartMenu
Loading...
Searching...
No Matches
file_list.c File Reference

Implementation of the file list UI component. More...

Functions

void ui_components_file_list_draw (entry_t *list, int entries, int selected)
 Draw the file list UI component.
 

Detailed Description

Implementation of the file list UI component.

Function Documentation

◆ ui_components_file_list_draw()

void ui_components_file_list_draw ( entry_t * list,
int entries,
int selected )

Draw the file list UI component.

Draw the file list component.

Parameters
listPointer to the list of file entries.
entriesNumber of entries in the list.
selectedIndex of the currently selected entry.