Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DaedalusX64/daedalus
/ DisposeGraphicsPlugin
Function
DisposeGraphicsPlugin
Source/System/System.cpp:101–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
static void DisposeGraphicsPlugin()
102
{
103
if ( gGraphicsPlugin != NULL )
104
{
105
gGraphicsPlugin->RomClosed();
106
delete gGraphicsPlugin;
107
gGraphicsPlugin = NULL;
108
}
109
}
110
111
static void DisposeAudioPlugin()
112
{
Callers
nothing calls this directly
Calls
1
RomClosed
Method · 0.45
Tested by
no test coverage detected