Y aqui como activar SR (software Rendering)
Algunos juegos al convertirlos presentan fallas graficas, como pueden ser pequeñas pueden ser muy grandes, como quiera tenemos una esperanza para hacerlos funcionar que es activar el renderizado por software (SR) para tratar de corregirlas, esto se hace editando el archivo preferences.xml contenido en sdcard/Android/data/com.sony.playstation.<codigo de id del juego>/files/ucc/<muchos numeros xD>
solo abran el archivo propiamente dicho y veran algo asi:
Código:<boolean name="Up-rendering" value="true" /> <string name="Screen Orientation">Landscape</string> <boolean name="FPS-counter" value="false" /> <boolean name="SW-render" value="false" /> <boolean name="On Screen Controller" value="false" /> <string name="On Screen Controller Type Landscape">Type 1</string> <string name="On Screen Controller Type Portrait">Type 1</string> <string name="On Screen Controller Color Landscape">Color 1</string> <string name="On Screen Controller Color Portrait">Color 1</string> <boolean name="On Screen Controller Vibrator" value="true" /> <string name="On Screen Controller Transparency 0" value="100" /> <string name="On Screen Controller Transparency 1" value="100" /> <string name="On Screen Controller Transparency 2" value="50" /> <string name="On Screen Controller Scale 0" value="100" /> <string name="On Screen Controller Scale 1" value="100" /> <string name="On Screen Controller Scale 2" value="100" /> <string name="On Screen Controller Scale 3" value="100" /> <string name="Button Mapping">Type 1</string> <string name="Screen Mode">Normal</string> <string name="Save Progress">Off</string> <boolean name="Frame Skipping" value="false" /> <string name="Controller Port" value="1" /> <boolean name="Analog Mode" value="true" />
Editamos la linea resaltada poniendole "true" para que quede asi:
Código:<boolean name="Up-rendering" value="true" /> <string name="Screen Orientation">Landscape</string> <boolean name="FPS-counter" value="false" /> <boolean name="SW-render" value="true" /> <boolean name="On Screen Controller" value="false" /> <string name="On Screen Controller Type Landscape">Type 1</string> <string name="On Screen Controller Type Portrait">Type 1</string> <string name="On Screen Controller Color Landscape">Color 1</string> <string name="On Screen Controller Color Portrait">Color 1</string> <boolean name="On Screen Controller Vibrator" value="true" /> <string name="On Screen Controller Transparency 0" value="100" /> <string name="On Screen Controller Transparency 1" value="100" /> <string name="On Screen Controller Transparency 2" value="50" /> <string name="On Screen Controller Scale 0" value="100" /> <string name="On Screen Controller Scale 1" value="100" /> <string name="On Screen Controller Scale 2" value="100" /> <string name="On Screen Controller Scale 3" value="100" /> <string name="Button Mapping">Type 1</string> <string name="Screen Mode">Normal</string> <string name="Save Progress">Off</string> <boolean name="Frame Skipping" value="false" /> <string name="Controller Port" value="1" /> <boolean name="Analog Mode" value="true" />
Guardamos y disfrutamos
Aclaraciones sobre SR:
-Este archivo se genera al hacer ajustes en el juego, asi que para que les aparezca necesitan primero cambiar el tamaño de pantalla o algo asi en el juego
-No todos los juegos podran ser arreglados asi, de hecho algunos dejan de funcionar si se les activa, asi que consideren si lo necesitan activar.
Marcadores