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

Method ToggleSoftwareRendering

pcsx2/MTGS.cpp:1015–1019  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1013}
1014
1015void MTGS::ToggleSoftwareRendering()
1016{
1017 // reading from the GS thread.. but should be okay here
1018 SetSoftwareRendering(GSIsHardwareRenderer(), EmuConfig.GS.InterlaceMode);
1019}
1020
1021bool MTGS::SaveMemorySnapshot(u32 window_width, u32 window_height, bool apply_aspect, bool crop_borders,
1022 u32* width, u32* height, std::vector<u32>* pixels)

Callers

nothing calls this directly

Calls 1

GSIsHardwareRendererFunction · 0.85

Tested by

no test coverage detected