mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 11:37:58 -05:00
main: Save config on broken Vulkan detect
Prevents possible issues if someone were to open yuzu repeatedly over and over again.
This commit is contained in:
@ -299,6 +299,8 @@ GMainWindow::GMainWindow()
|
||||
MigrateConfigFiles();
|
||||
|
||||
if (!CheckVulkan()) {
|
||||
config->Save();
|
||||
|
||||
QMessageBox::warning(this, tr("Broken Vulkan Installation Detected"), tr(""));
|
||||
}
|
||||
if (UISettings::values.has_broken_vulkan) {
|
||||
|
Reference in New Issue
Block a user