diff options
author | Ameer J <52414509+ameerj@users.noreply.github.com> | 2023-12-21 22:00:49 -0500 |
---|---|---|
committer | Ameer J <52414509+ameerj@users.noreply.github.com> | 2023-12-21 22:00:49 -0500 |
commit | 139b4cc9eaffed4a7441ee8cde671f8e488b26bb (patch) | |
tree | 479f14930acb92b8c73e49b537db86f203f5879b /src | |
parent | d5d0d2cb0e7cf6ece3b5168b1f9a6362482515b2 (diff) |
Settings: Indicate AMD's compatibility with SPIR-V on OGL
Diffstat (limited to 'src')
-rw-r--r-- | src/yuzu/configuration/shared_translation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/configuration/shared_translation.cpp b/src/yuzu/configuration/shared_translation.cpp index 7e908924c..922eb1b1a 100644 --- a/src/yuzu/configuration/shared_translation.cpp +++ b/src/yuzu/configuration/shared_translation.cpp @@ -228,7 +228,7 @@ std::unique_ptr<ComboboxTranslationMap> ComboboxEnumeration(QWidget* parent) { { PAIR(ShaderBackend, Glsl, tr("GLSL")), PAIR(ShaderBackend, Glasm, tr("GLASM (Assembly Shaders, NVIDIA Only)")), - PAIR(ShaderBackend, SpirV, tr("SPIR-V (Experimental, Mesa Only)")), + PAIR(ShaderBackend, SpirV, tr("SPIR-V (Experimental, AMD/Mesa Only)")), }}); translations->insert({Settings::EnumMetadata<Settings::GpuAccuracy>::Index(), { |