diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/gfx.c | 1 | ||||
-rw-r--r-- | source/gfx.h | 1 |
2 files changed, 0 insertions, 2 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(); diff --git a/source/gfx.h b/source/gfx.h index 411c464..0441223 100644 --- a/source/gfx.h +++ b/source/gfx.h @@ -108,7 +108,6 @@ extern struct SGFX GFX; bool8 S9xGraphicsInit(); void S9xGraphicsDeinit(); bool8 S9xInitUpdate(void); -void S9xDeinitUpdate(int width, int height); #if 0 void S9xSyncSpeed(); #else |