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

Function GSIsHardwareRenderer

pcsx2/GS/GS.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66bool GSIsHardwareRenderer()
67{
68 // Null gets flagged as hw.
69 return (GSCurrentRenderer != GSRendererType::SW);
70}
71
72std::string GetDefaultAdapter()
73{

Callers 15

BeginPresentFrameMethod · 0.85
InitAndReadFIFOMethod · 0.85
DrawSettingsOverlayMethod · 0.85
DrawPauseMenuMethod · 0.85
GSGameChangedFunction · 0.85
GSgetTitleStatsFunction · 0.85
GSUpdateConfigFunction · 0.85
GSSetSoftwareRenderingFunction · 0.85
IsAutoFlushEnabledFunction · 0.85
GetDrawDumpPathMethod · 0.85
ResetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected