diff options
| author | Adam Scott <ascott.ca@gmail.com> | 2026-03-24 14:18:15 -0400 |
|---|---|---|
| committer | Adam Scott <ascott.ca@gmail.com> | 2026-04-18 13:08:41 -0400 |
| commit | a5059cbca81c31fbbfceb2180b82eb59b0fe2fcb (patch) | |
| tree | 4f326e1b85e1f35ff25250bc36fdc6cb7f9f2cc6 /Source/Android/app/src/main/res/values/strings.xml | |
| parent | 2b6667a98db9d0d9b8b7f8ae6a2e82b9c84c3e53 (diff) | |
Add screen crop feature
Diffstat (limited to 'Source/Android/app/src/main/res/values/strings.xml')
| -rw-r--r-- | Source/Android/app/src/main/res/values/strings.xml | 13 |
1 files changed, 12 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 855cb56ab8..f282ab7675 100644 --- a/Source/Android/app/src/main/res/values/strings.xml +++ b/Source/Android/app/src/main/res/values/strings.xml @@ -338,7 +338,18 @@ <string name="dump_mip_texture_description">Whether to dump mipmapped game textures to User/Dump/Textures/<game_id>/.</string> <string name="misc">Misc</string> <string name="crop">Crop</string> - <string name="crop_description">Crops the picture from its native aspect ratio to 4:3 or 16:9. If unsure, leave this unchecked.</string> + <string name="crop_to_aspect_ratio">To Aspect Ratio</string> + <string name="crop_to_aspect_ratio_description">Crops the picture from its native aspect ratio to 4:3 or 16:9. If unsure, leave this unchecked.</string> + <string name="crop_custom">Custom</string> + <string name="crop_custom_description">Enables options to crop the picture by discrete native pixels (independent of the internal resolution setting) in order to attain a specific user target aspect ratio. Useful to resolve letterboxing issues. If unsure, leave this unchecked.</string> + <string name="crop_custom_top">Custom Top</string> + <string name="crop_custom_top_description">Crops the picture top side by discrete native pixels (independent of the internal resolution setting) in order to attain a specific user target aspect ratio. If unsure, leave this value to 0.</string> + <string name="crop_custom_bottom">Custom Bottom</string> + <string name="crop_custom_bottom_description">Crops the picture bottom side by discrete native pixels (independent of the internal resolution setting) in order to attain a specific user target aspect ratio. If unsure, leave this value to 0.</string> + <string name="crop_custom_left">Custom Left</string> + <string name="crop_custom_left_description">Crops the picture left side by discrete native pixels (independent of the internal resolution setting) in order to attain a specific user target aspect ratio. If unsure, leave this value to 0.</string> + <string name="crop_custom_right">Custom Right</string> + <string name="crop_custom_right_description">Crops the picture right side by discrete native pixels (independent of the internal resolution setting) in order to attain a specific user target aspect ratio. If unsure, leave this value to 0.</string> <string name="progressive_scan">Enable Progressive Scan</string> <string name="vsync">V-Sync</string> <string name="vsync_description">This setting is unnecessary on most Android devices, because Android always enables V-Sync. If unsure, leave this unchecked.</string> |
