mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 07:20:00 +00:00
configure_graphics: reword GLASM option
Change wording to explain that GLASM is actually short for Assembly Shaders
This commit is contained in:
parent
b2b3fcdccd
commit
c05bbf375d
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ ConfigureGraphics::ConfigureGraphics(QWidget* parent)
|
||||||
}
|
}
|
||||||
|
|
||||||
ui->backend->addItem(QStringLiteral("GLSL"));
|
ui->backend->addItem(QStringLiteral("GLSL"));
|
||||||
ui->backend->addItem(tr("GLASM (NVIDIA Only)"));
|
ui->backend->addItem(tr("GLASM (Assembly Shaders, NVIDIA Only)"));
|
||||||
ui->backend->addItem(QStringLiteral("SPIR-V (Experimental, Mesa Only)"));
|
ui->backend->addItem(QStringLiteral("SPIR-V (Experimental, Mesa Only)"));
|
||||||
|
|
||||||
SetupPerGameUI();
|
SetupPerGameUI();
|
||||||
|
|
Loading…
Reference in a new issue