diff options
author | bunnei <bunneidev@gmail.com> | 2021-07-26 20:27:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-26 20:27:46 +0200 |
commit | 7490117fa4584c765e17e446a794eabff4b4eda5 (patch) | |
tree | 9641958f0e43cb2f782102044b49d05a3f751b9e | |
parent | Merge pull request #6723 from lioncash/shader (diff) | |
parent | configure_graphics: reword GLASM option (diff) | |
download | yuzu-7490117fa4584c765e17e446a794eabff4b4eda5.tar yuzu-7490117fa4584c765e17e446a794eabff4b4eda5.tar.gz yuzu-7490117fa4584c765e17e446a794eabff4b4eda5.tar.bz2 yuzu-7490117fa4584c765e17e446a794eabff4b4eda5.tar.lz yuzu-7490117fa4584c765e17e446a794eabff4b4eda5.tar.xz yuzu-7490117fa4584c765e17e446a794eabff4b4eda5.tar.zst yuzu-7490117fa4584c765e17e446a794eabff4b4eda5.zip |
-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) } 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(); |