diff options
author | Liam <[email protected]> | 2022-12-21 19:55:01 -0500 |
---|---|---|
committer | Liam <[email protected]> | 2022-12-21 19:55:01 -0500 |
commit | 60ce34aa8080a4c8e3dd53c25376aa62d483af5b (patch) | |
tree | e146caff183640809e7707b0b53e9614a8dc6f9a /src/yuzu/bootmanager.cpp | |
parent | 1b11e0f0d3209603e67b26f3ef22f1d1a493bbdc (diff) | |
download | yuzu-mainline-60ce34aa8080a4c8e3dd53c25376aa62d483af5b.tar.gz yuzu-mainline-60ce34aa8080a4c8e3dd53c25376aa62d483af5b.zip |
qt: exit properly on guest-initiated close
Diffstat (limited to 'src/yuzu/bootmanager.cpp')
-rw-r--r-- | src/yuzu/bootmanager.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu/bootmanager.cpp b/src/yuzu/bootmanager.cpp index 13782869d..3d560f303 100644 --- a/src/yuzu/bootmanager.cpp +++ b/src/yuzu/bootmanager.cpp @@ -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(); |