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=d25604ca7b315121ec12f00d042ee87e4a0f3ecb;ds=sidebyside 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; }