mirror of https://github.com/snes9xgit/snes9x.git
Fix GCC warning about indentation.
This commit is contained in:
parent
3322be6f18
commit
7c90ccbd0d
4
gfx.cpp
4
gfx.cpp
|
@ -199,8 +199,8 @@ void S9xBuildDirectColourMaps (void)
|
||||||
void S9xStartScreenRefresh (void)
|
void S9xStartScreenRefresh (void)
|
||||||
{
|
{
|
||||||
GFX.InterlaceFrame = !GFX.InterlaceFrame;
|
GFX.InterlaceFrame = !GFX.InterlaceFrame;
|
||||||
if (GFX.DoInterlace)
|
if (GFX.DoInterlace)
|
||||||
GFX.DoInterlace--;
|
GFX.DoInterlace--;
|
||||||
|
|
||||||
if (IPPU.RenderThisFrame)
|
if (IPPU.RenderThisFrame)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue