N64FlashcartMenu
|
Boxart component implementation. More...
Macros | |
#define | BOXART_DIRECTORY "menu/boxart" |
Functions | |
component_boxart_t * | ui_components_boxart_init (const char *storage_prefix, char *game_code, file_image_type_t current_image_view) |
Initialize the boxart component. | |
void | ui_components_boxart_free (component_boxart_t *b) |
Free the boxart component. | |
void | ui_components_boxart_draw (component_boxart_t *b) |
Draw the boxart component. | |
Boxart component implementation.
component_boxart_t * ui_components_boxart_init | ( | const char * | storage_prefix, |
char * | game_code, | ||
file_image_type_t | current_image_view ) |
Initialize the boxart component.
Initialize the box art component.
storage_prefix | The storage prefix. |
game_code | The game code. |
current_image_view | The current image view type. |
void ui_components_boxart_free | ( | component_boxart_t * | b | ) |
Free the boxart component.
Free the box art component resources.
b | Pointer to the boxart component. |
void ui_components_boxart_draw | ( | component_boxart_t * | b | ) |
Draw the boxart component.
Draw the box art component.
b | Pointer to the boxart component. |