mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-15 19:39:58 +01:00
android: Fixed Disable Right Eye Render setting having incorrect description
This commit is contained in:
parent
227f35aadf
commit
c7d31dda9f
@ -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
|
||||
)
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user