mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2024-12-02 21:14:18 +01:00
core: Only wait for idle on gpu_core when it was initialized
This fixes crashes when a Vulkan device fails to initialize.
This commit is contained in:
parent
9f0162e4b5
commit
e651e54b85
@ -259,7 +259,9 @@ struct System::Impl {
|
|||||||
is_powered_on = false;
|
is_powered_on = false;
|
||||||
exit_lock = false;
|
exit_lock = false;
|
||||||
|
|
||||||
|
if (gpu_core) {
|
||||||
gpu_core->WaitIdle();
|
gpu_core->WaitIdle();
|
||||||
|
}
|
||||||
|
|
||||||
// Shutdown emulation session
|
// Shutdown emulation session
|
||||||
renderer.reset();
|
renderer.reset();
|
||||||
|
Loading…
Reference in New Issue
Block a user