aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/misc.c
diff options
context:
space:
mode:
authornotaz2011-10-24 23:02:51 +0300
committernotaz2011-10-30 23:48:08 +0200
commit5b8c000f969c365d48418781d8f88f9c58d65611 (patch)
treed6419e8863d536b56e9284aa00f4e873b6de62d2 /libpcsxcore/misc.c
parentd25604ca7b315121ec12f00d042ee87e4a0f3ecb (diff)
downloadpcsx_rearmed-5b8c000f969c365d48418781d8f88f9c58d65611.tar.gz
pcsx_rearmed-5b8c000f969c365d48418781d8f88f9c58d65611.tar.bz2
pcsx_rearmed-5b8c000f969c365d48418781d8f88f9c58d65611.zip
make root counters use generic event scheduling code
simplifies event handling code a bit
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;
}