Browse Source

[vk] make it available on release

pull/3140/head
Caio Oliveira 1 month ago
parent
commit
1d8128701a
No known key found for this signature in database GPG Key ID: 9FD074717D823DB0
  1. 4
      src/android/app/src/main/res/values/strings.xml

4
src/android/app/src/main/res/values/strings.xml

@ -524,8 +524,8 @@
<string name="renderer_api">API</string> <string name="renderer_api">API</string>
<string name="renderer_debug">Graphics debugging</string> <string name="renderer_debug">Graphics debugging</string>
<string name="renderer_debug_description">Sets the graphics API to a slow debugging mode.</string> <string name="renderer_debug_description">Sets the graphics API to a slow debugging mode.</string>
<string name="patch_old_qcom_drivers">BCn Texture Patching (Debug Override)</string>
<string name="patch_old_qcom_drivers_description">Override automatic BCn texture format detection on Adreno GPUs. Normally auto-detected based on Android version (enabled on API 28+). Only available in debug builds for troubleshooting.</string>
<string name="patch_old_qcom_drivers">BCn Texture Patching</string>
<string name="patch_old_qcom_drivers_description">Override automatic BCn texture format detection on Adreno GPUs. Normally auto-detected based on Android version (enabled on API 28+).</string>
<string name="fastmem">Fastmem</string> <string name="fastmem">Fastmem</string>
<string name="log">Logging</string> <string name="log">Logging</string>

Loading…
Cancel
Save