Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DaedalusX64/daedalus
/ DLDebugOutputFile
Method
DLDebugOutputFile
Source/HLEGraphics/DLDebug.cpp:447–449 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
445
{
446
public:
447
DLDebugOutputFile() : Sink(new FileSink)
448
{
449
}
450
~DLDebugOutputFile()
451
{
452
delete Sink;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected