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

Method stopInThread

pcsx2-qt/QtHost.cpp:136–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136void EmuThread::stopInThread()
137{
138 if (VMManager::HasValidVM())
139 destroyVM();
140
141 if (m_run_fullscreen_ui)
142 stopFullscreenUI();
143
144 m_event_loop->quit();
145 m_shutdown_flag.store(true);
146}
147
148void EmuThread::startFullscreenUI(bool fullscreen)
149{

Callers

nothing calls this directly

Calls 1

quitMethod · 0.80

Tested by

no test coverage detected