X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fmisc.c;h=38e6385fca60da273cec0b9234b10720730e0d44;hp=68ad17ed54691fe087fb1cf774f15dd139d5a94b;hb=5b8c000f969c365d48418781d8f88f9c58d65611;hpb=ebe6ff2b3de3b1cd41ba685764340a1e305bc3fa diff --git a/libpcsxcore/misc.c b/libpcsxcore/misc.c index 68ad17ed..38e6385f 100644 --- a/libpcsxcore/misc.c +++ b/libpcsxcore/misc.c @@ -530,6 +530,8 @@ int SaveState(const char *file) { gzclose(f); + new_dyna_after_save(); + return 0; }