N64FlashcartMenu
|
ROM/save loading functions. More...
Go to the source code of this file.
Functions | |
char * | cart_load_convert_error_message (cart_load_err_t err) |
Convert a cart load error code to a human-readable error message. | |
cart_load_err_t | cart_load_n64_rom_and_save (menu_t *menu, flashcart_progress_callback_t progress) |
Load an N64 ROM and its save data. | |
cart_load_err_t | cart_load_64dd_ipl_and_disk (menu_t *menu, flashcart_progress_callback_t progress) |
Load the 64DD IPL (BIOS) and disk. | |
cart_load_err_t | cart_load_emulator (menu_t *menu, cart_load_emu_type_t emu_type, flashcart_progress_callback_t progress) |
Load an emulator and its ROM. | |
ROM/save loading functions.
enum cart_load_err_t |
Cart load state enumeration.
enum cart_load_emu_type_t |
Cart load type enumeration.
char * cart_load_convert_error_message | ( | cart_load_err_t | err | ) |
Convert a cart load error code to a human-readable error message.
err | The cart load error code. |
Convert a cart load error code to a human-readable error message.
err | The cart load error code. |
cart_load_err_t cart_load_n64_rom_and_save | ( | menu_t * | menu, |
flashcart_progress_callback_t | progress ) |
Load an N64 ROM and its save data.
menu | Pointer to the menu structure. |
progress | Callback function for progress updates. |
Load an N64 ROM and its save data.
menu | Pointer to the menu structure. |
progress | Progress callback function. |
cart_load_err_t cart_load_64dd_ipl_and_disk | ( | menu_t * | menu, |
flashcart_progress_callback_t | progress ) |
Load the 64DD IPL (BIOS) and disk.
menu | Pointer to the menu structure. |
progress | Callback function for progress updates. |
Load the 64DD IPL (BIOS) and disk.
menu | Pointer to the menu structure. |
progress | Progress callback function. |
cart_load_err_t cart_load_emulator | ( | menu_t * | menu, |
cart_load_emu_type_t | emu_type, | ||
flashcart_progress_callback_t | progress ) |
Load an emulator and its ROM.
menu | Pointer to the menu structure. |
emu_type | The type of emulator to load. |
progress | Callback function for progress updates. |
menu | Pointer to the menu structure. |
emu_type | The type of emulator to load. |
progress | Progress callback function. |