From e2303a4166ec3b78219115c18a0113e24fa48cf6 Mon Sep 17 00:00:00 2001 From: neonloop Date: Sat, 3 Apr 2021 00:38:20 +0000 Subject: Adds overscan scaler and fps display --- source/ppu.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/ppu.h') diff --git a/source/ppu.h b/source/ppu.h index 447f7f1..934df06 100644 --- a/source/ppu.h +++ b/source/ppu.h @@ -40,6 +40,8 @@ typedef struct bool RenderThisFrame; bool DirectColourMapsNeedRebuild; uint32_t FrameCount; + uint32_t RenderedFramesCount; + uint32_t DisplayedRenderedFrameCount; uint8_t* TileCache [3]; uint8_t* TileCached [3]; bool FirstVRAMRead; -- cgit v1.2.3