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

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.
 

Detailed Description

Datel code editor implementation.

Author
Robin Jones (networkfusion)

Function Documentation

◆ cheat_code_list_draw()

void cheat_code_list_draw ( cheat_file_code_t * list,
int entries,
int selected )

Draw the cheat list.

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