mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-24 03:17:54 -05:00
INI hw/sw renderer toggle
This commit is contained in:
@ -42,6 +42,10 @@ gpu_refresh_rate =
|
||||
frame_skip =
|
||||
|
||||
[Renderer]
|
||||
# Whether to use software or hardware rendering.
|
||||
# 0 (default): Software, 1: Hardware
|
||||
use_hw_renderer =
|
||||
|
||||
# The clear color for the renderer. What shows up on the sides of the bottom screen.
|
||||
# Must be in range of 0.0-1.0. Defaults to 1.0 for all.
|
||||
bg_red =
|
||||
|
Reference in New Issue
Block a user