mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-19 13:37:56 -05:00
citra: Default to HW renderer.
This commit is contained in:
@ -44,11 +44,11 @@ frame_skip =
|
||||
|
||||
[Renderer]
|
||||
# Whether to use software or hardware rendering.
|
||||
# 0 (default): Software, 1: Hardware
|
||||
# 0: Software, 1 (default): Hardware
|
||||
use_hw_renderer =
|
||||
|
||||
# Whether to use the Just-In-Time (JIT) compiler for shader emulation
|
||||
# 0 : Interpreter (slow), 1 (default): JIT (fast)
|
||||
# 0: Interpreter (slow), 1 (default): JIT (fast)
|
||||
use_shader_jit =
|
||||
|
||||
# Whether to use native 3DS screen resolution or to scale rendering resolution to the displayed screen size.
|
||||
|
Reference in New Issue
Block a user