aboutsummaryrefslogtreecommitdiff
path: root/source/gfx.c
diff options
context:
space:
mode:
authoraliaspider2014-10-31 09:12:09 +0100
committeraliaspider2014-10-31 09:12:09 +0100
commit2e12730a7c94a57e9fe1ecd16c84cafeb8a80d88 (patch)
tree1f959989c4350c9445d6fc53514cb7ba8bd7db98 /source/gfx.c
parent532f3cf63ff1c12eebbc2c2c69cbf886a7e73bf7 (diff)
downloadsnes9x2005-2e12730a7c94a57e9fe1ecd16c84cafeb8a80d88.tar.gz
snes9x2005-2e12730a7c94a57e9fe1ecd16c84cafeb8a80d88.tar.bz2
snes9x2005-2e12730a7c94a57e9fe1ecd16c84cafeb8a80d88.zip
remove S9xDeinitUpdate.
Diffstat (limited to 'source/gfx.c')
-rw-r--r--source/gfx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/gfx.c b/source/gfx.c
index 9649b94..303d09f 100644
--- a/source/gfx.c
+++ b/source/gfx.c
@@ -710,7 +710,6 @@ void S9xEndScreenRefresh()
GFX.Pitch = GFX.Pitch2 = GFX.RealPitch;
GFX.PPL = GFX.PPLx2 >> 1;
- S9xDeinitUpdate(IPPU.RenderedScreenWidth, IPPU.RenderedScreenHeight);
}
S9xApplyCheats();