diff options
| author | 2021-11-18 23:04:06 -0500 | |
|---|---|---|
| committer | 2021-11-18 23:17:16 -0500 | |
| commit | c76163b611350e2261a6a64f1853626af6f57ada (patch) | |
| tree | d8cd02a2c4669e23323774453ec75b0c4dc7a86c | |
| parent | Merge pull request #7349 from ameerj/ogl-convert-image (diff) | |
| download | yuzu-c76163b611350e2261a6a64f1853626af6f57ada.tar.gz yuzu-c76163b611350e2261a6a64f1853626af6f57ada.tar.xz yuzu-c76163b611350e2261a6a64f1853626af6f57ada.zip | |
main: Shorten AMD FSR status bar text
AMD'S FIDELITYFX SR -> FSR
| -rw-r--r-- | src/yuzu/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 6071a222f..689746028 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp | |||
| @@ -3106,7 +3106,7 @@ void GMainWindow::UpdateFilterText() { | |||
| 3106 | filter_status_button->setText(tr("SCALEFORCE")); | 3106 | filter_status_button->setText(tr("SCALEFORCE")); |
| 3107 | break; | 3107 | break; |
| 3108 | case Settings::ScalingFilter::Fsr: | 3108 | case Settings::ScalingFilter::Fsr: |
| 3109 | filter_status_button->setText(tr("AMD'S FIDELITYFX SR")); | 3109 | filter_status_button->setText(tr("FSR")); |
| 3110 | break; | 3110 | break; |
| 3111 | default: | 3111 | default: |
| 3112 | filter_status_button->setText(tr("BILINEAR")); | 3112 | filter_status_button->setText(tr("BILINEAR")); |