MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / IsInterlacedVideoMode

Function IsInterlacedVideoMode

pcsx2/Counters.cpp:47–50  ·  view source on GitHub ↗

For Analog/Double Strike and Interlace modes

Source from the content-addressed store, hash-verified

45
46// For Analog/Double Strike and Interlace modes
47static bool IsInterlacedVideoMode()
48{
49 return (gsVideoMode == GS_VideoMode::PAL || gsVideoMode == GS_VideoMode::NTSC || gsVideoMode == GS_VideoMode::DVD_NTSC || gsVideoMode == GS_VideoMode::DVD_PAL || gsVideoMode == GS_VideoMode::HDTV_1080I);
50}
51
52static bool IsProgressiveVideoMode()
53{

Callers 1

vSyncInfoCalcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected