citra: Default to HW renderer.
This commit is contained in:
parent
33d17d0b62
commit
7b4dcacbb2
3 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue