early-access version 3240

This commit is contained in:
pineappleEA
2022-12-22 20:16:51 +01:00
parent 3ff418065e
commit 3b9e1ccd4b
6 changed files with 4 additions and 12 deletions

View File

@@ -78,6 +78,7 @@ void EmuThread::run() {
gpu.Start();
m_system.GetCpuManager().OnGpuReady();
m_system.RegisterExitCallback([this] { m_stop_source.request_stop(); });
if (m_system.DebuggerEnabled()) {
m_system.InitializeDebugger();