diff options
| author | 2023-12-21 22:00:49 -0500 | |
|---|---|---|
| committer | 2023-12-21 22:00:49 -0500 | |
| commit | 139b4cc9eaffed4a7441ee8cde671f8e488b26bb (patch) | |
| tree | 479f14930acb92b8c73e49b537db86f203f5879b /src | |
| parent | spirv_emit_context: Fix BaseInstance for OGL spirv (diff) | |
| download | yuzu-139b4cc9eaffed4a7441ee8cde671f8e488b26bb.tar.gz yuzu-139b4cc9eaffed4a7441ee8cde671f8e488b26bb.tar.xz yuzu-139b4cc9eaffed4a7441ee8cde671f8e488b26bb.zip | |
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) { | |||
| 228 | { | 228 | { |
| 229 | PAIR(ShaderBackend, Glsl, tr("GLSL")), | 229 | PAIR(ShaderBackend, Glsl, tr("GLSL")), |
| 230 | PAIR(ShaderBackend, Glasm, tr("GLASM (Assembly Shaders, NVIDIA Only)")), | 230 | PAIR(ShaderBackend, Glasm, tr("GLASM (Assembly Shaders, NVIDIA Only)")), |
| 231 | PAIR(ShaderBackend, SpirV, tr("SPIR-V (Experimental, Mesa Only)")), | 231 | PAIR(ShaderBackend, SpirV, tr("SPIR-V (Experimental, AMD/Mesa Only)")), |
| 232 | }}); | 232 | }}); |
| 233 | translations->insert({Settings::EnumMetadata<Settings::GpuAccuracy>::Index(), | 233 | translations->insert({Settings::EnumMetadata<Settings::GpuAccuracy>::Index(), |
| 234 | { | 234 | { |