X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Femu.c;h=1e60925707502ce112cdcebfd53a95dbc2507351;hb=7fd8dbbb9f7884a40e889482d25db9124665ca2d;hp=822d7aab9cb598628517fd8f0147b2648d6f0d97;hpb=a33164fffe6463cd0aa698fac2bcc1fc213af18e;p=libpicofe.git diff --git a/common/emu.c b/common/emu.c index 822d7aa..1e60925 100644 --- a/common/emu.c +++ b/common/emu.c @@ -497,11 +497,13 @@ int emu_reload_rom(char *rom_fname) get_ext(rom_fname, ext); - // check for movie file + // early cleanup + PicoPatchUnload(); if (movie_data) { free(movie_data); movie_data = 0; } + if (!strcmp(ext, ".gmv")) { // check for both gmv and rom @@ -558,7 +560,6 @@ int emu_reload_rom(char *rom_fname) } shutdown_MCD(); - PicoPatchUnload(); PicoCartUnload(); rom_loaded = 0;