Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
bool GSIsHardwareRenderer()
67
{
68
// Null gets flagged as hw.
69
return (GSCurrentRenderer != GSRendererType::SW);
70
}
71
72
std::string GetDefaultAdapter()
73
{
Callers
15
BeginPresentFrame
Method · 0.85
InitAndReadFIFO
Method · 0.85
ToggleSoftwareRendering
Method · 0.85
DrawSettingsOverlay
Method · 0.85
DrawPauseMenu
Method · 0.85
GSGameChanged
Function · 0.85
GSgetTitleStats
Function · 0.85
GSUpdateConfig
Function · 0.85
GSSetSoftwareRendering
Function · 0.85
IsAutoFlushEnabled
Function · 0.85
GetDrawDumpPath
Method · 0.85
Reset
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected