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

Boxart component implementation. More...

Macros

#define BOXART_DIRECTORY   "menu/boxart"
 

Functions

component_boxart_tui_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.
 

Detailed Description

Boxart component implementation.

Function Documentation

◆ ui_components_boxart_init()

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.

Parameters
storage_prefixThe storage prefix.
game_codeThe game code.
current_image_viewThe current image view type.
Returns
component_boxart_t* Pointer to the initialized boxart component.

◆ ui_components_boxart_free()

void ui_components_boxart_free ( component_boxart_t * b)

Free the boxart component.

Free the box art component resources.

Parameters
bPointer to the boxart component.

◆ ui_components_boxart_draw()

void ui_components_boxart_draw ( component_boxart_t * b)

Draw the boxart component.

Draw the box art component.

Parameters
bPointer to the boxart component.