N64FlashcartMenu
|
Functions | |
void | view_startup_init (menu_t *menu) |
Initialize the startup view. | |
void | view_startup_display (menu_t *menu, surface_t *display) |
Display the startup view. | |
void | view_browser_init (menu_t *menu) |
Initialize the browser view. | |
void | view_browser_display (menu_t *menu, surface_t *display) |
Display the browser view. | |
void | view_file_info_init (menu_t *menu) |
Initialize the file info view. | |
void | view_file_info_display (menu_t *menu, surface_t *display) |
Display the file info view. | |
void | view_system_info_init (menu_t *menu) |
Initialize the system info view. | |
void | view_system_info_display (menu_t *menu, surface_t *display) |
Display the system info view. | |
void | view_image_viewer_init (menu_t *menu) |
Initialize the image viewer view. | |
void | view_image_viewer_display (menu_t *menu, surface_t *display) |
Display the image viewer view. | |
void | view_text_viewer_init (menu_t *menu) |
Initialize the text viewer view. | |
void | view_text_viewer_display (menu_t *menu, surface_t *display) |
Display the text viewer view. | |
void | view_music_player_init (menu_t *menu) |
Initialize the music player view. | |
void | view_music_player_display (menu_t *menu, surface_t *display) |
Display the music player view. | |
void | view_credits_init (menu_t *menu) |
Initialize the credits view. | |
void | view_credits_display (menu_t *menu, surface_t *display) |
Display the credits view. | |
void | view_settings_init (menu_t *menu) |
Initialize the settings view. | |
void | view_settings_display (menu_t *menu, surface_t *display) |
Display the settings view. | |
void | view_rtc_init (menu_t *menu) |
Initialize the RTC view. | |
void | view_rtc_display (menu_t *menu, surface_t *display) |
Display the RTC view. | |
void | view_flashcart_info_init (menu_t *menu) |
Initialize the flashcart info view. | |
void | view_flashcart_info_display (menu_t *menu, surface_t *display) |
Display the flashcart info view. | |
void | view_load_rom_init (menu_t *menu) |
Initialize the load ROM view. | |
void | view_load_rom_display (menu_t *menu, surface_t *display) |
Display the load ROM view. | |
void | view_load_disk_init (menu_t *menu) |
Initialize the load disk view. | |
void | view_load_disk_display (menu_t *menu, surface_t *display) |
Display the load disk view. | |
void | view_load_emulator_init (menu_t *menu) |
Initialize the load emulator view. | |
void | view_load_emulator_display (menu_t *menu, surface_t *display) |
Display the load emulator view. | |
void | view_error_init (menu_t *menu) |
Initialize the error view. | |
void | view_error_display (menu_t *menu, surface_t *display) |
Display the error view. | |
void | view_fault_init (menu_t *menu) |
Initialize the fault view. | |
void | view_fault_display (menu_t *menu, surface_t *display) |
Display the fault view. | |
void | view_favorite_init (menu_t *menu) |
Initialize the favorite view. | |
void | view_favorite_display (menu_t *menu, surface_t *display) |
Display the favorite view. | |
void | view_history_init (menu_t *menu) |
Initialize the history view. | |
void | view_history_display (menu_t *menu, surface_t *display) |
Display the history view. | |
void | menu_show_error (menu_t *menu, char *error_message) |
Show an error message in the menu. | |
void view_startup_init | ( | menu_t * | menu | ) |
Initialize the startup view.
menu | Pointer to the menu structure. |
void view_startup_display | ( | menu_t * | menu, |
surface_t * | display ) |
Display the startup view.
menu | Pointer to the menu structure. |
display | Pointer to the display surface. |
void view_browser_init | ( | menu_t * | menu | ) |
Initialize the browser view.
menu | Pointer to the menu structure. |
void view_browser_display | ( | menu_t * | menu, |
surface_t * | display ) |
Display the browser view.
menu | Pointer to the menu structure. |
display | Pointer to the display surface. |
void view_file_info_init | ( | menu_t * | menu | ) |
Initialize the file info view.
menu | Pointer to the menu structure. |
void view_file_info_display | ( | menu_t * | menu, |
surface_t * | display ) |
Display the file info view.
menu | Pointer to the menu structure. |
display | Pointer to the display surface. |
void view_system_info_init | ( | menu_t * | menu | ) |
Initialize the system info view.
menu | Pointer to the menu structure. |
void view_system_info_display | ( | menu_t * | menu, |
surface_t * | display ) |
Display the system info view.
menu | Pointer to the menu structure. |
display | Pointer to the display surface. |
void view_image_viewer_init | ( | menu_t * | menu | ) |
Initialize the image viewer view.
menu | Pointer to the menu structure. |
void view_image_viewer_display | ( | menu_t * | menu, |
surface_t * | display ) |
Display the image viewer view.
menu | Pointer to the menu structure. |
display | Pointer to the display surface. |
void view_text_viewer_init | ( | menu_t * | menu | ) |
Initialize the text viewer view.
menu | Pointer to the menu structure. |
Initialize the text viewer view.
menu | Pointer to the menu structure. |
void view_text_viewer_display | ( | menu_t * | menu, |
surface_t * | display ) |
Display the text viewer view.
menu | Pointer to the menu structure. |
display | Pointer to the display surface. |
Display the text viewer view.
menu | Pointer to the menu structure. |
display | Pointer to the display surface. |
void view_music_player_init | ( | menu_t * | menu | ) |
Initialize the music player view.
menu | Pointer to the menu structure. |
void view_music_player_display | ( | menu_t * | menu, |
surface_t * | display ) |
Display the music player view.
menu | Pointer to the menu structure. |
display | Pointer to the display surface. |
void view_credits_init | ( | menu_t * | menu | ) |
Initialize the credits view.
menu | Pointer to the menu structure. |
void view_credits_display | ( | menu_t * | menu, |
surface_t * | display ) |
Display the credits view.
menu | Pointer to the menu structure. |
display | Pointer to the display surface. |
void view_settings_init | ( | menu_t * | menu | ) |
Initialize the settings view.
menu | Pointer to the menu structure. |
void view_settings_display | ( | menu_t * | menu, |
surface_t * | display ) |
Display the settings view.
menu | Pointer to the menu structure. |
display | Pointer to the display surface. |
void view_rtc_init | ( | menu_t * | menu | ) |
Initialize the RTC view.
menu | Pointer to the menu structure. |
void view_rtc_display | ( | menu_t * | menu, |
surface_t * | display ) |
Display the RTC view.
menu | Pointer to the menu structure. |
display | Pointer to the display surface. |
void view_flashcart_info_init | ( | menu_t * | menu | ) |
Initialize the flashcart info view.
menu | Pointer to the menu structure. |
void view_flashcart_info_display | ( | menu_t * | menu, |
surface_t * | display ) |
Display the flashcart info view.
menu | Pointer to the menu structure. |
display | Pointer to the display surface. |
void view_load_rom_init | ( | menu_t * | menu | ) |
Initialize the load ROM view.
menu | Pointer to the menu structure. |
void view_load_rom_display | ( | menu_t * | menu, |
surface_t * | display ) |
Display the load ROM view.
menu | Pointer to the menu structure. |
display | Pointer to the display surface. |
void view_load_disk_init | ( | menu_t * | menu | ) |
Initialize the load disk view.
menu | Pointer to the menu structure. |
void view_load_disk_display | ( | menu_t * | menu, |
surface_t * | display ) |
Display the load disk view.
menu | Pointer to the menu structure. |
display | Pointer to the display surface. |
void view_load_emulator_init | ( | menu_t * | menu | ) |
Initialize the load emulator view.
menu | Pointer to the menu structure. |
void view_load_emulator_display | ( | menu_t * | menu, |
surface_t * | display ) |
Display the load emulator view.
menu | Pointer to the menu structure. |
display | Pointer to the display surface. |
void view_error_init | ( | menu_t * | menu | ) |
Initialize the error view.
menu | Pointer to the menu structure. |
void view_error_display | ( | menu_t * | menu, |
surface_t * | display ) |
Display the error view.
menu | Pointer to the menu structure. |
display | Pointer to the display surface. |
void view_fault_init | ( | menu_t * | menu | ) |
Initialize the fault view.
menu | Pointer to the menu structure. |
void view_fault_display | ( | menu_t * | menu, |
surface_t * | display ) |
Display the fault view.
menu | Pointer to the menu structure. |
display | Pointer to the display surface. |
void view_favorite_init | ( | menu_t * | menu | ) |
Initialize the favorite view.
menu | Pointer to the menu structure. |
void view_favorite_display | ( | menu_t * | menu, |
surface_t * | display ) |
Display the favorite view.
menu | Pointer to the menu structure. |
display | Pointer to the display surface. |
void view_history_init | ( | menu_t * | menu | ) |
Initialize the history view.
menu | Pointer to the menu structure. |
void view_history_display | ( | menu_t * | menu, |
surface_t * | display ) |
Display the history view.
menu | Pointer to the menu structure. |
display | Pointer to the display surface. |
void menu_show_error | ( | menu_t * | menu, |
char * | error_message ) |
Show an error message in the menu.
menu | Pointer to the menu structure. |
error_message | Error message to be displayed. |