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

Function ReportInterlaceMode

pcsx2/Counters.cpp:280–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280const char* ReportInterlaceMode()
281{
282 const u64& smode2 = *(u64*)PS2GS_BASE(GS_SMODE2);
283 return !IsProgressiveVideoMode() ? ((smode2 & 2) ? "Interlaced (Frame)" : "Interlaced (Field)") : "Progressive";
284}
285
286double GetVerticalFrequency()
287{

Callers 2

GSgetTitleStatsFunction · 0.85

Calls 1

IsProgressiveVideoModeFunction · 0.85

Tested by

no test coverage detected