diff options
| author | 2021-07-06 15:46:27 -0400 | |
|---|---|---|
| committer | 2021-07-22 21:51:40 -0400 | |
| commit | 18fb9bdfa85e27ee4cb888da2c964cf95ccf072e (patch) | |
| tree | a20e059f1f87f1ee0a200c554484ab4b000a06ec | |
| parent | glsl: Fix tracking of info.uses_shadow_lod (diff) | |
| download | yuzu-18fb9bdfa85e27ee4cb888da2c964cf95ccf072e.tar.gz yuzu-18fb9bdfa85e27ee4cb888da2c964cf95ccf072e.tar.xz yuzu-18fb9bdfa85e27ee4cb888da2c964cf95ccf072e.zip | |
configure_graphics: Mark SPIR-V as Experimental, Mesa only
Diffstat (limited to '')
| -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 927b4233b..fef211707 100644 --- a/src/yuzu/configuration/configure_graphics.cpp +++ b/src/yuzu/configuration/configure_graphics.cpp | |||
| @@ -32,7 +32,7 @@ ConfigureGraphics::ConfigureGraphics(QWidget* parent) | |||
| 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 (NVIDIA Only)")); |
| 35 | ui->backend->addItem(QStringLiteral("SPIR-V")); | 35 | ui->backend->addItem(QStringLiteral("SPIR-V (Experimental, Mesa Only)")); |
| 36 | 36 | ||
| 37 | SetupPerGameUI(); | 37 | SetupPerGameUI(); |
| 38 | 38 | ||