From 0f36bb0eef95291e0bdfc2256035b0394390513f Mon Sep 17 00:00:00 2001 From: KeatonTheBot Date: Fri, 15 Nov 2024 22:13:58 -0600 Subject: [PATCH] Custom refresh rate now only displays % in UI --- src/Ryujinx/Assets/Locales/en_US.json | 1 + src/Ryujinx/UI/Views/Main/MainStatusBarView.axaml | 13 ++----------- .../UI/Views/Settings/SettingsSystemView.axaml | 12 +----------- 3 files changed, 4 insertions(+), 22 deletions(-) diff --git a/src/Ryujinx/Assets/Locales/en_US.json b/src/Ryujinx/Assets/Locales/en_US.json index bdf4bf128..13ffeb759 100644 --- a/src/Ryujinx/Assets/Locales/en_US.json +++ b/src/Ryujinx/Assets/Locales/en_US.json @@ -154,6 +154,7 @@ "SettingsTabSystemEnableCustomVSyncIntervalTooltip": "Allows the user to specify an emulated refresh rate. In some titles, this may speed up or slow down the rate of gameplay logic. In other titles, it may allow for capping FPS at some multiple of the refresh rate, or lead to unpredictable behavior. This is an experimental feature, with no guarantees for how gameplay will be affected. \n\nLeave OFF if unsure.", "SettingsTabSystemCustomVSyncIntervalValueTooltip": "The custom refresh rate target value.", "SettingsTabSystemCustomVSyncIntervalSliderTooltip": "The custom refresh rate, as a percentage of the normal Switch refresh rate.", + "SettingsTabSystemCustomVSyncIntervalPercentage": "Custom Refresh Rate %:", "SettingsTabSystemCustomVSyncIntervalValue": "Custom Refresh Rate Value:", "SettingsTabSystemEnablePptc": "PPTC (Profiled Persistent Translation Cache)", "SettingsTabSystemEnableLowPowerPptc": "Low-power PPTC cache", diff --git a/src/Ryujinx/UI/Views/Main/MainStatusBarView.axaml b/src/Ryujinx/UI/Views/Main/MainStatusBarView.axaml index 66c5c1259..616e9bace 100644 --- a/src/Ryujinx/UI/Views/Main/MainStatusBarView.axaml +++ b/src/Ryujinx/UI/Views/Main/MainStatusBarView.axaml @@ -111,21 +111,12 @@ - - -