diff options
| author | 2021-07-26 11:27:46 -0700 | |
|---|---|---|
| committer | 2021-07-26 11:27:46 -0700 | |
| commit | 7490117fa4584c765e17e446a794eabff4b4eda5 (patch) | |
| tree | 9641958f0e43cb2f782102044b49d05a3f751b9e /src | |
| parent | Merge pull request #6723 from lioncash/shader (diff) | |
| parent | configure_graphics: reword GLASM option (diff) | |
| download | yuzu-7490117fa4584c765e17e446a794eabff4b4eda5.tar.gz yuzu-7490117fa4584c765e17e446a794eabff4b4eda5.tar.xz yuzu-7490117fa4584c765e17e446a794eabff4b4eda5.zip | |
Merge pull request #6736 from CaptV0rt3x/patch-1
Config-graphics: reword GLASM option
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/configuration/configure_graphics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/configuration/configure_graphics.cpp b/src/yuzu/configuration/configure_graphics.cpp index fef211707..1bc477c96 100644 --- a/src/yuzu/configuration/configure_graphics.cpp +++ b/src/yuzu/configuration/configure_graphics.cpp | |||
| @@ -31,7 +31,7 @@ ConfigureGraphics::ConfigureGraphics(QWidget* parent) | |||
| 31 | } | 31 | } |
| 32 | 32 | ||
| 33 | ui->backend->addItem(QStringLiteral("GLSL")); | 33 | ui->backend->addItem(QStringLiteral("GLSL")); |
| 34 | ui->backend->addItem(tr("GLASM (NVIDIA Only)")); | 34 | ui->backend->addItem(tr("GLASM (Assembly Shaders, NVIDIA Only)")); |
| 35 | ui->backend->addItem(QStringLiteral("SPIR-V (Experimental, Mesa Only)")); | 35 | ui->backend->addItem(QStringLiteral("SPIR-V (Experimental, Mesa Only)")); |
| 36 | 36 | ||
| 37 | SetupPerGameUI(); | 37 | SetupPerGameUI(); |