summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/default_ini.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/yuzu_cmd/default_ini.h4
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 =
90use_shader_jit = 90use_shader_jit =
91 91
92# Resolution scale factor 92# Resolution scale factor
93# 0: Auto (scales resolution to window size), 1: Native 3DS screen resolution, Otherwise a scale 93# 0: Auto (scales resolution to window size), 1: Native Switch screen resolution, Otherwise a scale
94# factor for the 3DS resolution 94# factor for the Switch resolution
95resolution_factor = 95resolution_factor =
96 96
97# Whether to enable V-Sync (caps the framerate at 60FPS) or not. 97# Whether to enable V-Sync (caps the framerate at 60FPS) or not.