Android: Expose "Disable Buffer Reorder" option

This commit is contained in:
Gamer64
2025-08-01 18:11:47 +02:00
parent 6fd10fd85e
commit c47eb9760b
5 changed files with 12 additions and 1 deletions
@@ -90,6 +90,8 @@
<string name="frame_interpolation_description">Ensures smooth and consistent frame delivery by synchronizing the timing between frames, reducing stuttering and uneven animation. Ideal for games that experience frame timing instability or micro-stutters during gameplay.</string>
<string name="renderer_early_release_fences">Release Fences Early</string>
<string name="renderer_early_release_fences_description">Helps fix 0 FPS in games like DKCR:HD, Subnautica Below Zero and Ori 2, but may break loading or performance in Unreal Engine games.</string>
<string name="buffer_reorder_disable">Disable Buffer Reorder</string>
<string name="buffer_reorder_disable_description">When checked, disables reordering of mapped memory uploads which allows to associate uploads with specific draws. May reduce performance in some cases.</string>
<string name="veil_misc">CPU and Memory</string>
<string name="use_sync_core">Synchronize Core Speed</string>