Browse Source
Merge pull request #6736 from CaptV0rt3x/patch-1
Config-graphics: reword GLASM option
pull/15/merge
bunnei
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/yuzu/configuration/configure_graphics.cpp
|
|
|
@ -31,7 +31,7 @@ ConfigureGraphics::ConfigureGraphics(QWidget* parent) |
|
|
|
} |
|
|
|
|
|
|
|
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)")); |
|
|
|
|
|
|
|
SetupPerGameUI(); |
|
|
|
|