summaryrefslogtreecommitdiff
path: root/src/citra/default_ini.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2016-08-25 18:20:47 -0400
committerbunnei <bunneidev@gmail.com>2016-08-29 21:42:30 -0400
commit08ad9b36d44e3cca0802bb1198036c5d77c844cc (patch)
tree8bbca77978c74081557adf548ec65e624ae3ccfd /src/citra/default_ini.h
parent2267f98941ca03e11fbc0ff71ee4b682f8e41933 (diff)
config: Add a setting for graphics V-Sync.
Diffstat (limited to 'src/citra/default_ini.h')
-rw-r--r--src/citra/default_ini.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/citra/default_ini.h b/src/citra/default_ini.h
index 6249ef9e2..b10700e62 100644
--- a/src/citra/default_ini.h
+++ b/src/citra/default_ini.h
@@ -55,6 +55,10 @@ use_shader_jit =
# 0 (default): Native, 1: Scaled
use_scaled_resolution =
+# Whether to enable V-Sync (caps the framerate at 60FPS) or not.
+# 0 (default): Off, 1: On
+use_vsync =
+
# The clear color for the renderer. What shows up on the sides of the bottom screen.
# Must be in range of 0.0-1.0. Defaults to 1.0 for all.
bg_red =