ImGuiOverlays: Display PAL/NTSC in resolution

This commit is contained in:
Connor McLaughlin
2023-01-09 22:19:32 +10:00
parent 2c125bde8c
commit b74eb37996
2 changed files with 11 additions and 6 deletions

View File

@ -130,6 +130,9 @@ public:
return (!m_force_progressive_scan) && m_GPUSTAT.SkipDrawingToActiveField();
}
/// Returns true if we're in PAL mode, otherwise false if NTSC.
ALWAYS_INLINE bool IsInPALMode() const { return m_GPUSTAT.pal_mode; }
/// Returns the number of pending GPU ticks.
TickCount GetPendingCRTCTicks() const;
TickCount GetPendingCommandTicks() const;