N64FlashcartMenu
Loading...
Searching...
No Matches
cart_load.c File Reference

Cart loading functions. More...

Macros

#define SAVES_SUBDIRECTORY   "saves"
 
#define DDIPL_LOCATION   "/menu/64ddipl"
 
#define EMU_LOCATION   "/menu/emulators"
 

Functions

char * cart_load_convert_error_message (cart_load_err_t err)
 Convert the cart load error code to a human-readable 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 file.
 
cart_load_err_t cart_load_64dd_ipl_and_disk (menu_t *menu, flashcart_progress_callback_t progress)
 Load the 64DD IPL 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.
 

Detailed Description

Cart loading functions.

Function Documentation

◆ cart_load_convert_error_message()

char * cart_load_convert_error_message ( cart_load_err_t err)

Convert the cart load error code to a human-readable message.

Convert a cart load error code to a human-readable error message.

Parameters
errThe cart load error code.
Returns
char* The error message.

◆ cart_load_n64_rom_and_save()

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 file.

Load an N64 ROM and its save data.

Parameters
menuPointer to the menu structure.
progressProgress callback function.
Returns
cart_load_err_t Error code.

◆ cart_load_64dd_ipl_and_disk()

cart_load_err_t cart_load_64dd_ipl_and_disk ( menu_t * menu,
flashcart_progress_callback_t progress )

Load the 64DD IPL and disk.

Load the 64DD IPL (BIOS) and disk.

Parameters
menuPointer to the menu structure.
progressProgress callback function.
Returns
cart_load_err_t Error code.

◆ cart_load_emulator()

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.

Parameters
menuPointer to the menu structure.
emu_typeThe type of emulator to load.
progressProgress callback function.
Returns
cart_load_err_t Error code.