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

Method BeginInstruction

Source/HLEGraphics/DLDebug.cpp:465–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

463 }
464
465 virtual void BeginInstruction(u32 idx, u32 cmd0, u32 cmd1, u32 depth, const char * name)
466 {
467 Print("[%05d] %08x %08x %-10s\n", idx, cmd0, cmd1, name);
468 }
469
470 virtual void EndInstruction()
471 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected