diff options
author | bunnei <bunneidev@gmail.com> | 2018-01-15 18:56:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-15 18:56:16 +0100 |
commit | 054d3e5fc3bdfffa35166b4554b79e110a50b69a (patch) | |
tree | 72013db427160f5f250d101e6f6a46ef54f3a178 /src/yuzu_cmd | |
parent | Merge pull request #16 from shinyquagsire23/hid-sharedmem-impl-start (diff) | |
parent | Clanggit rebase -i fixes (diff) | |
download | yuzu-054d3e5fc3bdfffa35166b4554b79e110a50b69a.tar yuzu-054d3e5fc3bdfffa35166b4554b79e110a50b69a.tar.gz yuzu-054d3e5fc3bdfffa35166b4554b79e110a50b69a.tar.bz2 yuzu-054d3e5fc3bdfffa35166b4554b79e110a50b69a.tar.lz yuzu-054d3e5fc3bdfffa35166b4554b79e110a50b69a.tar.xz yuzu-054d3e5fc3bdfffa35166b4554b79e110a50b69a.tar.zst yuzu-054d3e5fc3bdfffa35166b4554b79e110a50b69a.zip |
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. |