mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 18:08:20 -07:00
Manager: Indicate Voodoo SLI in the details pane (#6223)
This commit is contained in:
committed by
GitHub
parent
e7645e5c39
commit
9e1ec19860
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user