diff options
| author | JosJuice <josjuice@gmail.com> | 2026-07-05 10:20:15 +0200 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2026-07-05 10:20:15 +0200 |
| commit | be1df92153d94b276fee69182d4774e7bfc1b3f1 (patch) | |
| tree | 35c4490b20ac22efb73427058a9e93d23f5a185b /Source/Android/app/src/main | |
| parent | db77b117d9480f528b435c29f96c2bbc264a2610 (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.xml | 2 |
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> |
