diff options
Diffstat (limited to 'old')
-rw-r--r-- | old/gfx16.cpp.last | 2 | ||||
-rw-r--r-- | old/gfx16.cpp.old2 | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/old/gfx16.cpp.last b/old/gfx16.cpp.last index 24e004b..0ebb820 100644 --- a/old/gfx16.cpp.last +++ b/old/gfx16.cpp.last @@ -542,13 +542,11 @@ void S9xStartScreenRefresh () { if (IPPU.RenderThisFrame) { -#ifndef _SNESPPC if (!S9xInitUpdate ()) { IPPU.RenderThisFrame = FALSE; return; } -#endif IPPU.RenderedFramesCount++; IPPU.PreviousLine = IPPU.CurrentLine = 0; IPPU.MaxBrightness = PPU.Brightness; diff --git a/old/gfx16.cpp.old2 b/old/gfx16.cpp.old2 index 5a9fcb8..36358a5 100644 --- a/old/gfx16.cpp.old2 +++ b/old/gfx16.cpp.old2 @@ -547,13 +547,11 @@ void S9xStartScreenRefresh () { if (IPPU.RenderThisFrame) { -#ifndef _SNESPPC if (!S9xInitUpdate ()) { IPPU.RenderThisFrame = FALSE; return; } -#endif IPPU.RenderedFramesCount++; IPPU.PreviousLine = IPPU.CurrentLine = 0; IPPU.MaxBrightness = PPU.Brightness; |