aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.cpp
diff options
context:
space:
mode:
authoryuzubot <yuzu@yuzu-emu.org>2019-10-08 12:01:19 +0000
committeryuzubot <yuzu@yuzu-emu.org>2019-10-08 12:01:19 +0000
commit06ba9a7f86f91d521def899d07900ae75302f5bb (patch)
treebd59bb3868ec296b8c2d6753cb036e75e7d9177f /src/core/core.cpp
parentc84b917e122b9ec47f54d4bc4f19de447dbda096 (diff)
"Merge Tagged PR 2912"
Diffstat (limited to 'src/core/core.cpp')
-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 a58ceb703d..9a9b7aa956 100644
--- a/src/core/core.cpp
+++ b/src/core/core.cpp
@@ -253,6 +253,8 @@ struct System::Impl {
is_powered_on = false;
exit_lock = false;
+ gpu_core->WaitIdle();
+
// Shutdown emulation session
renderer.reset();
GDBStub::Shutdown();