Cart loading functions.
More...
|
#define | SAVES_SUBDIRECTORY "saves" |
|
#define | DDIPL_LOCATION "/menu/64ddipl" |
|
#define | EMU_LOCATION "/menu/emulators" |
|
◆ cart_load_convert_error_message()
Convert the cart load error code to a human-readable message.
Convert a cart load error code to a human-readable error message.
- Parameters
-
err | The cart load error code. |
- Returns
- char* The error message.
◆ cart_load_n64_rom_and_save()
Load an N64 ROM and its save file.
Load an N64 ROM and its save data.
- Parameters
-
menu | Pointer to the menu structure. |
progress | Progress callback function. |
- Returns
- cart_load_err_t Error code.
◆ cart_load_64dd_ipl_and_disk()
Load the 64DD IPL and disk.
Load the 64DD IPL (BIOS) and disk.
- Parameters
-
menu | Pointer to the menu structure. |
progress | Progress callback function. |
- Returns
- cart_load_err_t Error code.
◆ cart_load_emulator()
Load an emulator and its ROM.
- Parameters
-
menu | Pointer to the menu structure. |
emu_type | The type of emulator to load. |
progress | Progress callback function. |
- Returns
- cart_load_err_t Error code.