early-access version 3241

This commit is contained in:
pineappleEA
2022-12-22 22:10:29 +01:00
parent 3b9e1ccd4b
commit 7c2fb8c0da
9 changed files with 77 additions and 44 deletions
-1
View File
@@ -78,7 +78,6 @@ 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();