summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/default_ini.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
-rw-r--r--src/yuzu_cmd/default_ini.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h
index b7115b06a..e646e2d2f 100644
--- a/src/yuzu_cmd/default_ini.h
+++ b/src/yuzu_cmd/default_ini.h
@@ -265,13 +265,13 @@ use_nvdec_emulation =
265# 0: Off, 1 (default): On 265# 0: Off, 1 (default): On
266accelerate_astc = 266accelerate_astc =
267 267
268# Turns on the frame limiter, which will limit frames output to the target game speed 268# Turns on the speed limiter, which will limit the emulation speed to the desired speed limit value
269# 0: Off, 1: On (default) 269# 0: Off, 1: On (default)
270use_frame_limit = 270use_speed_limit =
271 271
272# Limits the speed of the game to run no faster than this value as a percentage of target speed 272# Limits the speed of the game to run no faster than this value as a percentage of target speed
273# 1 - 9999: Speed limit as a percentage of target game speed. 100 (default) 273# 1 - 9999: Speed limit as a percentage of target game speed. 100 (default)
274frame_limit = 274speed_limit =
275 275
276# Whether to use disk based shader cache 276# Whether to use disk based shader cache
277# 0: Off, 1 (default): On 277# 0: Off, 1 (default): On
@@ -299,6 +299,10 @@ bg_red =
299bg_blue = 299bg_blue =
300bg_green = 300bg_green =
301 301
302# Caps the unlocked framerate to a multiple of the title's target FPS.
303# 1 - 1000: Target FPS multiple cap. 1000 (default)
304fps_cap =
305
302[Audio] 306[Audio]
303# Which audio output engine to use. 307# Which audio output engine to use.
304# auto (default): Auto-select 308# auto (default): Auto-select