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

Function DLParser_LoadTile

Source/HLEGraphics/DLParser.cpp:906–909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

904//
905//*****************************************************************************
906void DLParser_LoadTile( MicroCodeCommand command )
907{
908 gRDPStateManager.LoadTile( command.loadtile );
909}
910
911//*****************************************************************************
912//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected