diff options
| author | 2023-06-06 21:55:46 -0400 | |
|---|---|---|
| committer | 2023-07-21 10:56:07 -0400 | |
| commit | f7948b7b64900451b34a639ca0564c6950b5e58e (patch) | |
| tree | 8bad4455cc462bf8e125ca5b3d60ee6a2b97aef8 /src | |
| parent | shared_widget: Fix includes (diff) | |
| download | yuzu-f7948b7b64900451b34a639ca0564c6950b5e58e.tar.gz yuzu-f7948b7b64900451b34a639ca0564c6950b5e58e.tar.xz yuzu-f7948b7b64900451b34a639ca0564c6950b5e58e.zip | |
settings,general: Rename/reorder setting ids
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 50e19ede1..5d4e29a08 100644 --- a/src/yuzu/configuration/shared_translation.cpp +++ b/src/yuzu/configuration/shared_translation.cpp | |||
| @@ -72,7 +72,7 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QWidget* parent) { | |||
| 72 | INSERT(Settings, shader_backend, "Shader Backend:", ""); | 72 | INSERT(Settings, shader_backend, "Shader Backend:", ""); |
| 73 | INSERT(Settings, resolution_setup, "Resolution:", ""); | 73 | INSERT(Settings, resolution_setup, "Resolution:", ""); |
| 74 | INSERT(Settings, scaling_filter, "Window Adapting Filter:", ""); | 74 | INSERT(Settings, scaling_filter, "Window Adapting Filter:", ""); |
| 75 | INSERT(Settings, fsr_sharpening_slider, "AMD FidelityFX™ Super Resolution Sharpness:", ""); | 75 | INSERT(Settings, fsr_sharpening_slider, "FSR Sharpness:", ""); |
| 76 | INSERT(Settings, anti_aliasing, "Anti-Aliasing Method:", ""); | 76 | INSERT(Settings, anti_aliasing, "Anti-Aliasing Method:", ""); |
| 77 | INSERT(Settings, fullscreen_mode, "Fullscreen Mode:", ""); | 77 | INSERT(Settings, fullscreen_mode, "Fullscreen Mode:", ""); |
| 78 | INSERT(Settings, aspect_ratio, "Aspect Ratio:", ""); | 78 | INSERT(Settings, aspect_ratio, "Aspect Ratio:", ""); |