mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 11:47:58 -05:00
When CreateGPU fails, yuzu would try and shutdown the GPU instance regardless of whether any instance was actually created. Check for nullptr before calling its methods to prevent a crash.