aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore/misc.c')
-rw-r--r--libpcsxcore/misc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpcsxcore/misc.c b/libpcsxcore/misc.c
index 68ad17e..38e6385 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;
}