0% found this document useful (0 votes)
2K views1 page

Yuzu SH

This document sets various properties to optimize the device for low quality graphics and high performance by disabling features like multi-sample anti-aliasing, HDR, and setting the graphics quality to low. It also configures game overlays for specific apps to use a performance game mode.

Uploaded by

Dwi Wiryawan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2K views1 page

Yuzu SH

This document sets various properties to optimize the device for low quality graphics and high performance by disabling features like multi-sample anti-aliasing, HDR, and setting the graphics quality to low. It also configures game overlays for specific apps to use a performance game mode.

Uploaded by

Dwi Wiryawan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

#SETPROP LOW QUALITY

setprop debug.egl.force_msaa 0

setprop debug.egl.msaa 0

setprop debug.egl.cfg.use_msaa 0

setprop debug.egl.cfg.disable_msaa 1

setprop debug.egl.cfg.msaa 0

setprop debug.egl.cfg.enable_msaa 0

setprop debug.egl.cfg.force_msaa 0

setprop debug.egl.cfg.force_disable_msaa 1

setprop debug.egl.cfg.disable_msaa 1

setprop debug.egl.cfg.msaa 0

setprop debug.hdr.disable true

setprop debug.hdr.disabled true

setprop debug.hwui.texture_cache_size 67108864

setprop debug.graphic.quality low

setprop debug.composition.type gpu

setprop debug.hwui.renderer vulkan

device_config put game_overlay org.yuzu.yuzu_emu mode=2,fps=60:mode=3,fps=30

cmd game mode performance org.yuzu.yuzu_emu

device_config put game_overlay org.yuzu.yuzu_emu.ea mode=2,fps=120:mode=3,fps=30

cmd game mode performance org.yuzu.yuzu_emu.ea

setprop debug.sf.high_fps_early_app_phase_offset_ns 100000


setprop debug.sf.high_fps_early_gl_app_phase_offset_ns 100000
setprop debug.sf.high_fps_late_app_phase_offset_ns 100000
setprop debug.sf.high_fps_late_gl_app_phase_offset_ns 100000

#Use Brevent App

You might also like