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

Function DLDebug_SetOutput

Source/HLEGraphics/DLDebug.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17DLDebugOutput * gDLDebugOutput = nullptr;
18
19void DLDebug_SetOutput(DLDebugOutput * output)
20{
21 gDLDebugOutput = output;
22}
23
24DLDebugOutput::~DLDebugOutput()
25{

Callers 1

DLParser_ProcessFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected