MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / destroyInstance

Method destroyInstance

pcsx2-qt/Debugger/DebuggerWindow.cpp:146–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void DebuggerWindow::destroyInstance()
147{
148 if (g_debugger_window)
149 g_debugger_window->close();
150}
151
152bool DebuggerWindow::shouldShowOnStartup()
153{

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected