diff --git a/src/android/app/src/main/res/values/strings.xml b/src/android/app/src/main/res/values/strings.xml index f2cb82ab2..a1c175315 100644 --- a/src/android/app/src/main/res/values/strings.xml +++ b/src/android/app/src/main/res/values/strings.xml @@ -1280,7 +1280,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. VRAM Limit (MB) Maximum VRAM usage limit in megabytes. Set to 0 for auto-detection (80%% of available VRAM). Recommended: 6144 for 8GB GPUs, 4096 for 6GB GPUs. GC Aggressiveness - Controls how aggressively the emulator evicts unused textures and buffers from VRAM. Higher levels free memory faster but may cause more texture reloading. + Controls how aggressively the emulator evicts unused textures and buffers from VRAM. Off disables automatic cleanup (not recommended). Light provides gentle cleanup while keeping more textures cached (recommended). Texture Eviction Frames Number of frames a texture must be unused before it can be evicted. Lower values free VRAM faster but may cause more texture reloading. Buffer Eviction Frames