mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
Merge branch 'master' of https://github.com/86Box/86Box
This commit is contained in:
@@ -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