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

Function DLParser_Nothing

Source/HLEGraphics/DLParser.cpp:723–732  ·  view source on GitHub ↗

Nintro64 uses Sprite2d

Source from the content-addressed store, hash-verified

721//*****************************************************************************
722//Nintro64 uses Sprite2d
723void DLParser_Nothing( MicroCodeCommand command )
724{
725 #ifdef DAEDALUS_DEBUG_DISPLAYLIST
726 DAEDALUS_DL_ERROR( "RDP Command %08x Does not exist...", command.inst.cmd0 );
727 #endif
728 // Terminate!
729 // DBGConsole_Msg(0, "Warning, DL cut short with unknown command: 0x%08x 0x%08x", command.inst.cmd0, command.inst.cmd1);
730 DLParser_PopDL();
731
732}
733
734//*****************************************************************************
735//

Callers 2

Calls 1

DLParser_PopDLFunction · 0.85

Tested by

no test coverage detected