Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
DLDebugOutput * gDLDebugOutput = nullptr;
18
19
void DLDebug_SetOutput(DLDebugOutput * output)
20
{
21
gDLDebugOutput = output;
22
}
23
24
DLDebugOutput::~DLDebugOutput()
25
{
Callers
1
DLParser_Process
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected