N64FlashcartMenu
|
Datel code editor implementation. More...
Functions | |
void | cheat_code_list_draw (cheat_file_code_t *list, int entries, int selected) |
Draw the cheat list. | |
void | view_datel_code_editor_init (menu_t *menu) |
Initialize the cheats editor view. | |
void | view_datel_code_editor_display (menu_t *menu, surface_t *display) |
Display the cheats editor view. | |
Datel code editor implementation.
void cheat_code_list_draw | ( | cheat_file_code_t * | list, |
int | entries, | ||
int | selected ) |
Draw the cheat list.
list | Pointer to the list of entries. |
entries | Number of entries in the list. |
selected | Index of the currently selected entry. |