mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 23:17:56 -05:00
Address Sanitizer reports stack-use-after-scope on line 231 `vulkan_devices.push_back(QString::fromStdString(name));`. Instead of using a pointer, copy the string into a std::string and use that, instead.