18 CART_LOAD_ERR_SAVES_SUBDIR,
21 CART_LOAD_ERR_EMU_NOT_FOUND,
23 CART_LOAD_ERR_EMU_ROM,
27 CART_LOAD_EMU_TYPE_NES,
28 CART_LOAD_EMU_TYPE_SNES,
29 CART_LOAD_EMU_TYPE_GAMEBOY,
30 CART_LOAD_EMU_TYPE_GAMEBOY_COLOR,
31} cart_load_emu_type_t;
34char *cart_load_convert_error_message (cart_load_err_t err);
35cart_load_err_t cart_load_n64_rom_and_save (
menu_t *menu,
rom_header_t *header, flashcart_progress_callback_t progress);
36cart_load_err_t cart_load_emulator (
menu_t *menu, cart_load_emu_type_t emu_type, flashcart_progress_callback_t progress);