|
N64FlashcartMenu
|
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. | |
Implementation of the file list UI component.
| void ui_components_file_list_draw | ( | entry_t * | list, |
| int | entries, | ||
| int | selected ) |
Draw the file list UI component.
Draw the file list component.
| list | Pointer to the list of file entries. |
| entries | Number of entries in the list. |
| selected | Index of the currently selected entry. |