android: Fixed Disable Right Eye Render setting having incorrect description

This commit is contained in:
OpenSauce04 2025-03-01 18:11:19 +00:00
parent 227f35aadf
commit c7d31dda9f
2 changed files with 2 additions and 2 deletions

View File

@ -851,7 +851,7 @@ class SettingsFragmentPresenter(private val fragmentView: SettingsFragmentView)
SwitchSetting(
IntSetting.DISABLE_RIGHT_EYE_RENDER,
R.string.disable_right_eye_render,
R.string.use_disk_shader_cache_description,
R.string.disable_right_eye_render_description,
IntSetting.DISABLE_RIGHT_EYE_RENDER.key,
IntSetting.DISABLE_RIGHT_EYE_RENDER.defaultValue
)

View File

@ -782,6 +782,6 @@
<string name="instant_debug_log">Flush log output on every message</string>
<string name="instant_debug_log_desc">Immediately commits the debug log to file. Use this if citra crashes and the log output is being cut.</string>
<string name="disable_right_eye_render">Disable Right Eye Render</string>
<string name="disable_right_eye_render_desc">Greatly improves performance in some applications, but can cause flickering in others.</string>
<string name="disable_right_eye_render_description">Greatly improves performance in some applications, but can cause flickering in others.</string>
</resources>