aboutsummaryrefslogtreecommitdiff
path: root/source/ppu.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/ppu.h')
-rw-r--r--source/ppu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/ppu.h b/source/ppu.h
index 065ad5f..f55421a 100644
--- a/source/ppu.h
+++ b/source/ppu.h
@@ -140,6 +140,7 @@ struct InternalPPU {
bool8 Interlace;
bool8 InterlaceSprites;
bool8 DoubleWidthPixels;
+ bool8 HalfWidthPixels;
int RenderedScreenHeight;
int RenderedScreenWidth;
uint32 Red [256];