N64FlashcartMenu
|
Background component implementation. More...
Data Structures | |
struct | component_background_t |
Background component structure. More... | |
struct | cache_metadata_t |
Cache metadata structure. More... | |
Macros | |
#define | CACHE_METADATA_MAGIC (0x424B4731) |
Functions | |
void | ui_components_background_init (char *cache_location) |
Initialize the background component. | |
void | ui_components_background_free (void) |
Free the background component. | |
void | ui_components_background_replace_image (surface_t *image) |
Replace the background image. | |
void | ui_components_background_draw (void) |
Draw the background. | |
Background component implementation.
struct component_background_t |
struct cache_metadata_t |
void ui_components_background_init | ( | char * | cache_location | ) |
Initialize the background component.
cache_location | The cache location. |
void ui_components_background_free | ( | void | ) |
Free the background component.
Free the background component resources.
void ui_components_background_replace_image | ( | surface_t * | image | ) |
Replace the background image.
image | The new background image. |
void ui_components_background_draw | ( | void | ) |
Draw the background.
Draw the background component.