mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-27 23:12:45 +00:00
15 lines
478 B
XML
15 lines
478 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string-array name="decoder_names">
|
|
<item>Automático</item>
|
|
<item>Forzar decodificación por software</item>
|
|
<item>Forzar decodificación por hardware</item>
|
|
</string-array>
|
|
|
|
<string-array name="video_format_names">
|
|
<item>Usar HEVC solo si es estable</item>
|
|
<item>Siempre usar HEVC (puede fallar)</item>
|
|
<item>Nunca usar HEVC</item>
|
|
</string-array>
|
|
</resources>
|