mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 08:18:58 -05:00
Core: Wait for GPU to be idle before shutting down.
This commit is contained in:
committed by
FernandoS27
parent
69fa2e6525
commit
3f104464de
@ -252,6 +252,8 @@ struct System::Impl {
|
||||
is_powered_on = false;
|
||||
exit_lock = false;
|
||||
|
||||
gpu_core->WaitIdle();
|
||||
|
||||
// Shutdown emulation session
|
||||
renderer.reset();
|
||||
GDBStub::Shutdown();
|
||||
|
Reference in New Issue
Block a user