diff options
author | bunnei <bunneidev@gmail.com> | 2018-01-15 12:56:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-15 12:56:16 -0500 |
commit | 054d3e5fc3bdfffa35166b4554b79e110a50b69a (patch) | |
tree | 72013db427160f5f250d101e6f6a46ef54f3a178 /src/yuzu_cmd | |
parent | 325f72acebd9ab7dd246f77ce7fbc2584104d00d (diff) | |
parent | a4f5ccbf0a834fa231ff584ad333a58be71f058f (diff) |
Merge pull request #20 from Andrix44/fixes
Various fixes
Diffstat (limited to 'src/yuzu_cmd')
-rw-r--r-- | src/yuzu_cmd/default_ini.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index 469df96cc..5a2f539b1 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h @@ -90,8 +90,8 @@ use_hw_renderer = use_shader_jit = # Resolution scale factor -# 0: Auto (scales resolution to window size), 1: Native 3DS screen resolution, Otherwise a scale -# factor for the 3DS resolution +# 0: Auto (scales resolution to window size), 1: Native Switch screen resolution, Otherwise a scale +# factor for the Switch resolution resolution_factor = # Whether to enable V-Sync (caps the framerate at 60FPS) or not. |