diff options
| author | Stenzek <stenzek@gmail.com> | 2017-01-29 17:36:39 +1000 |
|---|---|---|
| committer | Stenzek <stenzek@gmail.com> | 2017-04-01 12:32:57 +1000 |
| commit | 105be9b514d3a5a8eb648e8e4e09ce36a73c57df (patch) | |
| tree | 1db6e4fec52e4229b7b352e73743c835b8650643 /Source/Android/app/src/main/res | |
| parent | 739aced97c954397a1d2a50fd75143a45c3759c5 (diff) | |
Android: Add option for enabling GPU texture decoding
Diffstat (limited to 'Source/Android/app/src/main/res')
| -rw-r--r-- | Source/Android/app/src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Android/app/src/main/res/values/strings.xml b/Source/Android/app/src/main/res/values/strings.xml index f41d8fe8a2..10be6058bb 100644 --- a/Source/Android/app/src/main/res/values/strings.xml +++ b/Source/Android/app/src/main/res/values/strings.xml @@ -168,6 +168,8 @@ <string name="texture_cache">Texture Cache</string> <string name="texture_cache_accuracy">Texture Cache Accuracy</string> <string name="texture_cache_accuracy_descrip">The safer the selection, the less likely the emulator will be missing any texture updates from RAM.</string> + <string name="gpu_texture_decoding">GPU Texture Decoding</string> + <string name="gpu_texture_decoding_descrip">Decodes textures on the GPU using compute shaders where supported. May improve performance in some scenarios.</string> <string name="external_frame_buffer">External Frame Buffer</string> <string name="external_frame_buffer_descrip">Determines how the XFB will be emulated.</string> <string name="disable_destination_alpha">Disable Destination Alpha</string> |
