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

Function DLParser_PopDL

Source/HLEGraphics/DLParser.cpp:222–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220//
221//*****************************************************************************
222inline void DLParser_PopDL()
223{
224 #ifdef DAEDALUS_DEBUG_DISPLAYLIST
225 DL_PF(" Returning from DisplayList: level=%d", gDlistStackPointer+1);
226 DL_PF(" ############################################");
227 DL_PF(" /\\ /\\ /\\ /\\ /\\ /\\ /\\ /\\ /\\ /\\ /\\ /\\ /\\ /\\ /\\");
228 DL_PF(" ");
229 #endif
230 gDlistStackPointer--;
231}
232
233#ifdef DAEDALUS_DEBUG_DISPLAYLIST
234//////////////////////////////////////////////////////////

Callers 7

DLParser_NothingFunction · 0.85
DLParser_GBI1_CullDLFunction · 0.85
DLParser_GBI1_EndDLFunction · 0.85
DLParser_GBI1_CullDLFunction · 0.85
DLParser_GBI1_EndDLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected