aboutsummaryrefslogtreecommitdiff
path: root/source/snes9x.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/snes9x.h')
-rw-r--r--source/snes9x.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/snes9x.h b/source/snes9x.h
index fdeae61..9e7d91d 100644
--- a/source/snes9x.h
+++ b/source/snes9x.h
@@ -217,6 +217,10 @@ extern SSettings Settings;
extern SCPUState CPU;
extern char String [513];
+#ifdef LAGFIX
+extern bool finishedFrame;
+#endif
+
void S9xSetPause(uint32_t mask);
void S9xClearPause(uint32_t mask);
#endif