N64FlashcartMenu
Loading...
Searching...
No Matches
View

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.
 

Detailed Description

Function Documentation

◆ view_startup_init()

void view_startup_init ( menu_t * menu)

Initialize the startup view.

Parameters
menuPointer to the menu structure.

◆ view_startup_display()

void view_startup_display ( menu_t * menu,
surface_t * display )

Display the startup view.

Parameters
menuPointer to the menu structure.
displayPointer to the display surface.

◆ view_browser_init()

void view_browser_init ( menu_t * menu)

Initialize the browser view.

Parameters
menuPointer to the menu structure.

◆ view_browser_display()

void view_browser_display ( menu_t * menu,
surface_t * display )

Display the browser view.

Parameters
menuPointer to the menu structure.
displayPointer to the display surface.

◆ view_file_info_init()

void view_file_info_init ( menu_t * menu)

Initialize the file info view.

Parameters
menuPointer to the menu structure.

◆ view_file_info_display()

void view_file_info_display ( menu_t * menu,
surface_t * display )

Display the file info view.

Parameters
menuPointer to the menu structure.
displayPointer to the display surface.

◆ view_system_info_init()

void view_system_info_init ( menu_t * menu)

Initialize the system info view.

Parameters
menuPointer to the menu structure.

◆ view_system_info_display()

void view_system_info_display ( menu_t * menu,
surface_t * display )

Display the system info view.

Parameters
menuPointer to the menu structure.
displayPointer to the display surface.

◆ view_image_viewer_init()

void view_image_viewer_init ( menu_t * menu)

Initialize the image viewer view.

Parameters
menuPointer to the menu structure.

◆ view_image_viewer_display()

void view_image_viewer_display ( menu_t * menu,
surface_t * display )

Display the image viewer view.

Parameters
menuPointer to the menu structure.
displayPointer to the display surface.

◆ view_text_viewer_init()

void view_text_viewer_init ( menu_t * menu)

Initialize the text viewer view.

Parameters
menuPointer to the menu structure.

Initialize the text viewer view.

Parameters
menuPointer to the menu structure.

◆ view_text_viewer_display()

void view_text_viewer_display ( menu_t * menu,
surface_t * display )

Display the text viewer view.

Parameters
menuPointer to the menu structure.
displayPointer to the display surface.

Display the text viewer view.

Parameters
menuPointer to the menu structure.
displayPointer to the display surface.

◆ view_music_player_init()

void view_music_player_init ( menu_t * menu)

Initialize the music player view.

Parameters
menuPointer to the menu structure.

◆ view_music_player_display()

void view_music_player_display ( menu_t * menu,
surface_t * display )

Display the music player view.

Parameters
menuPointer to the menu structure.
displayPointer to the display surface.

◆ view_credits_init()

void view_credits_init ( menu_t * menu)

Initialize the credits view.

Parameters
menuPointer to the menu structure.

◆ view_credits_display()

void view_credits_display ( menu_t * menu,
surface_t * display )

Display the credits view.

Parameters
menuPointer to the menu structure.
displayPointer to the display surface.

◆ view_settings_init()

void view_settings_init ( menu_t * menu)

Initialize the settings view.

Parameters
menuPointer to the menu structure.

◆ view_settings_display()

void view_settings_display ( menu_t * menu,
surface_t * display )

Display the settings view.

Parameters
menuPointer to the menu structure.
displayPointer to the display surface.

◆ view_rtc_init()

void view_rtc_init ( menu_t * menu)

Initialize the RTC view.

Parameters
menuPointer to the menu structure.

◆ view_rtc_display()

void view_rtc_display ( menu_t * menu,
surface_t * display )

Display the RTC view.

Parameters
menuPointer to the menu structure.
displayPointer to the display surface.

◆ view_flashcart_info_init()

void view_flashcart_info_init ( menu_t * menu)

Initialize the flashcart info view.

Parameters
menuPointer to the menu structure.

◆ view_flashcart_info_display()

void view_flashcart_info_display ( menu_t * menu,
surface_t * display )

Display the flashcart info view.

Parameters
menuPointer to the menu structure.
displayPointer to the display surface.

◆ view_load_rom_init()

void view_load_rom_init ( menu_t * menu)

Initialize the load ROM view.

Parameters
menuPointer to the menu structure.

◆ view_load_rom_display()

void view_load_rom_display ( menu_t * menu,
surface_t * display )

Display the load ROM view.

Parameters
menuPointer to the menu structure.
displayPointer to the display surface.

◆ view_load_disk_init()

void view_load_disk_init ( menu_t * menu)

Initialize the load disk view.

Parameters
menuPointer to the menu structure.

◆ view_load_disk_display()

void view_load_disk_display ( menu_t * menu,
surface_t * display )

Display the load disk view.

Parameters
menuPointer to the menu structure.
displayPointer to the display surface.

◆ view_load_emulator_init()

void view_load_emulator_init ( menu_t * menu)

Initialize the load emulator view.

Parameters
menuPointer to the menu structure.

◆ view_load_emulator_display()

void view_load_emulator_display ( menu_t * menu,
surface_t * display )

Display the load emulator view.

Parameters
menuPointer to the menu structure.
displayPointer to the display surface.

◆ view_error_init()

void view_error_init ( menu_t * menu)

Initialize the error view.

Parameters
menuPointer to the menu structure.

◆ view_error_display()

void view_error_display ( menu_t * menu,
surface_t * display )

Display the error view.

Parameters
menuPointer to the menu structure.
displayPointer to the display surface.

◆ view_fault_init()

void view_fault_init ( menu_t * menu)

Initialize the fault view.

Parameters
menuPointer to the menu structure.

◆ view_fault_display()

void view_fault_display ( menu_t * menu,
surface_t * display )

Display the fault view.

Parameters
menuPointer to the menu structure.
displayPointer to the display surface.

◆ view_favorite_init()

void view_favorite_init ( menu_t * menu)

Initialize the favorite view.

Parameters
menuPointer to the menu structure.

◆ view_favorite_display()

void view_favorite_display ( menu_t * menu,
surface_t * display )

Display the favorite view.

Parameters
menuPointer to the menu structure.
displayPointer to the display surface.

◆ view_history_init()

void view_history_init ( menu_t * menu)

Initialize the history view.

Parameters
menuPointer to the menu structure.

◆ view_history_display()

void view_history_display ( menu_t * menu,
surface_t * display )

Display the history view.

Parameters
menuPointer to the menu structure.
displayPointer to the display surface.

◆ menu_show_error()

void menu_show_error ( menu_t * menu,
char * error_message )

Show an error message in the menu.

Parameters
menuPointer to the menu structure.
error_messageError message to be displayed.