aboutsummaryrefslogtreecommitdiff
path: root/source/ppu.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/ppu.h')
-rw-r--r--source/ppu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/ppu.h b/source/ppu.h
index 6daf473..065ad5f 100644
--- a/source/ppu.h
+++ b/source/ppu.h
@@ -151,6 +151,9 @@ struct InternalPPU {
int CurrentLine;
int Controller;
uint32 Joypads[5];
+#ifdef SYNC_JOYPAD_AT_HBLANK
+ uint32 JoypadsAtHBlanks[5][SNES_MAX_PAL_VCOUNTER];
+#endif
uint32 SuperScope;
uint32 Mouse[2];
int PrevMouseX[2];