aboutsummaryrefslogtreecommitdiff
path: root/source/gfx.c
diff options
context:
space:
mode:
authorJoão Silva2017-08-16 04:20:50 +0100
committerJoão Silva2017-08-16 04:20:50 +0100
commitb3711dfa5041d08490a8603fe221f267c0da290a (patch)
treec0a7c48d53a52641d6451aef386b7c2b73c0752a /source/gfx.c
parentc66c309a433f0e8bf9733177e18aa5c81e76cd5c (diff)
downloadsnes9x2005-b3711dfa5041d08490a8603fe221f267c0da290a.tar.gz
snes9x2005-b3711dfa5041d08490a8603fe221f267c0da290a.tar.bz2
snes9x2005-b3711dfa5041d08490a8603fe221f267c0da290a.zip
snes9x2010 Lagfix port and comment changes.
Diffstat (limited to 'source/gfx.c')
-rw-r--r--source/gfx.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/gfx.c b/source/gfx.c
index 0059d63..9d077ac 100644
--- a/source/gfx.c
+++ b/source/gfx.c
@@ -474,6 +474,9 @@ void S9xEndScreenRefresh(void)
GFX.Pitch = GFX.Pitch2 = GFX.RealPitch;
GFX.PPL = GFX.PPLx2 >> 1;
+#ifdef LAGFIX
+ finishedFrame = true;
+#endif
}
S9xApplyCheats();