MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / ProcessDList

Method ProcessDList

Source/SysGL/HLEGraphics/GraphicsPluginGL.cpp:142–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void CGraphicsPluginImpl::ProcessDList()
143{
144#ifdef DAEDALUS_DEBUG_DISPLAYLIST
145 if (!DLDebugger_Process())
146 {
147 DLParser_Process();
148 }
149#else
150 DLParser_Process();
151#endif
152}
153
154void CGraphicsPluginImpl::UpdateScreen()
155{

Callers 1

RSP_HLE_GraphicsFunction · 0.45

Calls 2

DLParser_ProcessFunction · 0.85
DLDebugger_ProcessFunction · 0.50

Tested by

no test coverage detected