summaryrefslogtreecommitdiff
path: root/Source/Android/app/src/main
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2026-07-05 10:20:15 +0200
committerJosJuice <josjuice@gmail.com>2026-07-05 10:20:15 +0200
commitbe1df92153d94b276fee69182d4774e7bfc1b3f1 (patch)
tree35c4490b20ac22efb73427058a9e93d23f5a185b /Source/Android/app/src/main
parentdb77b117d9480f528b435c29f96c2bbc264a2610 (diff)
Rename "Show Internal Resolution" to "Show XFB Resolution"
To make it extra clear that this is measuring the XFB, not the EFB.
Diffstat (limited to 'Source/Android/app/src/main')
-rw-r--r--Source/Android/app/src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Android/app/src/main/res/values/strings.xml b/Source/Android/app/src/main/res/values/strings.xml
index 71179b33b1..07c5e7ebc0 100644
--- a/Source/Android/app/src/main/res/values/strings.xml
+++ b/Source/Android/app/src/main/res/values/strings.xml
@@ -375,7 +375,7 @@
<string name="wireframe">Enable Wireframe</string>
<string name="show_stats">Show Statistics</string>
<string name="show_proj_stats">Show Projection Statistics</string>
- <string name="show_internal_resolution">Show Internal Resolution</string>
+ <string name="show_internal_resolution">Show XFB Resolution</string>
<string name="texture_format">Texture Format Overlay</string>
<string name="validation_layer">Enable API Validation Layers</string>
<string name="dump_efb">Dump EFB Target</string>