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

Function gsSetVideoMode

pcsx2/GS.cpp:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14static bool s_GSRegistersWritten = false;
15
16void gsSetVideoMode(GS_VideoMode mode)
17{
18 gsVideoMode = mode;
19 UpdateVSyncRate(false);
20}
21
22// Make sure framelimiter options are in sync with GS capabilities.
23void gsReset()

Callers 1

SYSCALLFunction · 0.85

Calls 1

UpdateVSyncRateFunction · 0.85

Tested by

no test coverage detected