|
N64FlashcartMenu
|
Declarations for all menu view modules and their display/init functions. More...
Go to the source code of this file.
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_controller_pakfs_init (menu_t *menu) |
| Initialize the Controller Pak FS manager view. | |
| void | view_controller_pakfs_display (menu_t *menu, surface_t *display) |
| Display the Controller Pak FS manager view. | |
| void | view_controller_pak_dump_info_init (menu_t *menu) |
| Initialize the Controller Pak dump info view. | |
| void | view_controller_pak_dump_info_display (menu_t *menu, surface_t *display) |
| Display the Controller Pak dump info view. | |
| void | view_controller_pak_note_dump_info_init (menu_t *menu) |
| Initialize the Controller Pak note dump info view. | |
| void | view_controller_pak_note_dump_info_display (menu_t *menu, surface_t *display) |
| Display the Controller Pak note dump info 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 | view_datel_code_editor_init (menu_t *menu) |
| Initialize the cheats editor view. | |
| void | view_datel_code_editor_display (menu_t *menu, surface_t *display) |
| Display the cheats editor view. | |
| void | view_extract_file_init (menu_t *menu) |
| Initialize the archive browser view. | |
| void | view_extract_file_display (menu_t *menu, surface_t *display) |
| Display the archive browser view. | |
| void | menu_show_error (menu_t *menu, char *error_message) |
| Show an error message in the menu. | |
Declarations for all menu view modules and their display/init functions.
This header provides prototypes for all view initialization and display routines used in the menu system.