diff options
Diffstat (limited to 'src/core/core.cpp')
| -rw-r--r-- | src/core/core.cpp | 2 |
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 { | |||
| 252 | is_powered_on = false; | 252 | is_powered_on = false; |
| 253 | exit_lock = false; | 253 | exit_lock = false; |
| 254 | 254 | ||
| 255 | gpu_core->WaitIdle(); | ||
| 256 | |||
| 255 | // Shutdown emulation session | 257 | // Shutdown emulation session |
| 256 | renderer.reset(); | 258 | renderer.reset(); |
| 257 | GDBStub::Shutdown(); | 259 | GDBStub::Shutdown(); |