Manager: Indicate Voodoo SLI in the details pane (#6223)

This commit is contained in:
Alexander Babikov
2025-09-25 22:54:16 +05:00
committed by GitHub
parent e7645e5c39
commit 9e1ec19860

View File

@@ -654,6 +654,9 @@ VMManagerSystem::setupVars() {
voodoo_name = tr("3Dfx Voodoo 2");
break;
}
if (voodoo_config["sli"].toInt() == 1)
voodoo_name.append(" (SLI)");
}
display_table[VMManager::Display::Name::Voodoo] = voodoo_name;