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, 4 insertions, 0 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h
index cf3cc4c4e..20e403400 100644
--- a/src/yuzu_cmd/default_ini.h
+++ b/src/yuzu_cmd/default_ini.h
@@ -342,6 +342,10 @@ nvdec_emulation =
342# 0: Off, 1 (default): On 342# 0: Off, 1 (default): On
343accelerate_astc = 343accelerate_astc =
344 344
345# Decode ASTC textures asynchronously.
346# 0 (default): Off, 1: On
347async_astc =
348
345# Turns on the speed limiter, which will limit the emulation speed to the desired speed limit value 349# Turns on the speed limiter, which will limit the emulation speed to the desired speed limit value
346# 0: Off, 1: On (default) 350# 0: Off, 1: On (default)
347use_speed_limit = 351use_speed_limit =