void cartridge_resources_shutdown(void) { megacart_resources_shutdown(); finalexpansion_resources_shutdown(); generic_resources_shutdown(); lib_free(cartridge_file); lib_free(cartfile); }
void cartridge_resources_shutdown(void) { megacart_resources_shutdown(); finalexpansion_resources_shutdown(); generic_resources_shutdown(); #ifdef HAVE_TFE tfe_resources_shutdown(); #endif aciacart_resources_shutdown(); digimax_resources_shutdown(); sfx_soundexpander_resources_shutdown(); sfx_soundsampler_resources_shutdown(); georam_resources_shutdown(); lib_free(cartridge_file); lib_free(cartfile); }