summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2019-09-27 01:08:22 +0200
committerFernandoS27 <fsahmkow27@gmail.com>2019-10-05 01:59:53 +0200
commit3f104464dec13f9ba90eaca5dafca87ee4116a60 (patch)
tree29d73dec1ba2a661a9930c63689973a65482ce3b /src/core
parentNvdrv: Correct Event setup in Nvdrv (diff)
downloadyuzu-3f104464dec13f9ba90eaca5dafca87ee4116a60.tar
yuzu-3f104464dec13f9ba90eaca5dafca87ee4116a60.tar.gz
yuzu-3f104464dec13f9ba90eaca5dafca87ee4116a60.tar.bz2
yuzu-3f104464dec13f9ba90eaca5dafca87ee4116a60.tar.lz
yuzu-3f104464dec13f9ba90eaca5dafca87ee4116a60.tar.xz
yuzu-3f104464dec13f9ba90eaca5dafca87ee4116a60.tar.zst
yuzu-3f104464dec13f9ba90eaca5dafca87ee4116a60.zip
Diffstat (limited to '')
-rw-r--r--src/core/core.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp
index 75a7ffb97..8f68bdbad 100644
--- a/src/core/core.cpp
+++ b/src/core/core.cpp
@@ -252,6 +252,8 @@ struct System::Impl {
is_powered_on = false;
exit_lock = false;
+ gpu_core->WaitIdle();
+
// Shutdown emulation session
renderer.reset();
GDBStub::Shutdown();