MCPcopy 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
101static void DisposeGraphicsPlugin()
102{
103 if ( gGraphicsPlugin != NULL )
104 {
105 gGraphicsPlugin->RomClosed();
106 delete gGraphicsPlugin;
107 gGraphicsPlugin = NULL;
108 }
109}
110
111static void DisposeAudioPlugin()
112{

Callers

nothing calls this directly

Calls 1

RomClosedMethod · 0.45

Tested by

no test coverage detected