aboutsummaryrefslogtreecommitdiff
path: root/frontend/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/main.c')
-rw-r--r--frontend/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/main.c b/frontend/main.c
index 0dd488e..a305312 100644
--- a/frontend/main.c
+++ b/frontend/main.c
@@ -531,6 +531,9 @@ int emu_save_state(int slot)
return ret;
ret = SaveState(fname);
+#ifndef __ARM_ARCH_7A__ /* XXX */
+ sync();
+#endif
printf("* %s \"%s\" [%d]\n", ret == 0 ? "saved" : "failed to save", fname, slot);
return ret;
}