summaryrefslogtreecommitdiffstats
path: root/src/yuzu
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2022-06-17 05:42:39 +0200
committerLiam <byteslice@airmail.cc>2022-06-17 05:43:35 +0200
commita6371fb69dc87a65b766a2a274e6cf25459b8975 (patch)
tree5da9f8475543baf027cb0885bb35f06258c48d06 /src/yuzu
parentMerge pull request #8472 from german77/tace (diff)
downloadyuzu-a6371fb69dc87a65b766a2a274e6cf25459b8975.tar
yuzu-a6371fb69dc87a65b766a2a274e6cf25459b8975.tar.gz
yuzu-a6371fb69dc87a65b766a2a274e6cf25459b8975.tar.bz2
yuzu-a6371fb69dc87a65b766a2a274e6cf25459b8975.tar.lz
yuzu-a6371fb69dc87a65b766a2a274e6cf25459b8975.tar.xz
yuzu-a6371fb69dc87a65b766a2a274e6cf25459b8975.tar.zst
yuzu-a6371fb69dc87a65b766a2a274e6cf25459b8975.zip
Diffstat (limited to 'src/yuzu')
-rw-r--r--src/yuzu/bootmanager.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/yuzu/bootmanager.cpp b/src/yuzu/bootmanager.cpp
index cbe4e2daa..01acda22b 100644
--- a/src/yuzu/bootmanager.cpp
+++ b/src/yuzu/bootmanager.cpp
@@ -29,6 +29,7 @@
#include "common/scm_rev.h"
#include "common/settings.h"
#include "core/core.h"
+#include "core/cpu_manager.h"
#include "core/frontend/framebuffer_layout.h"
#include "input_common/drivers/keyboard.h"
#include "input_common/drivers/mouse.h"
@@ -73,6 +74,8 @@ void EmuThread::run() {
gpu.ReleaseContext();
+ system.GetCpuManager().OnGpuReady();
+
// Holds whether the cpu was running during the last iteration,
// so that the DebugModeLeft signal can be emitted before the
// next execution step