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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h
index d63d7a58e..171d16fa0 100644
--- a/src/yuzu_cmd/default_ini.h
+++ b/src/yuzu_cmd/default_ini.h
@@ -280,6 +280,9 @@ dump_nso=false
280# Determines whether or not yuzu will report to the game that the emulated console is in Kiosk Mode 280# Determines whether or not yuzu will report to the game that the emulated console is in Kiosk Mode
281# false: Retail/Normal Mode (default), true: Kiosk Mode 281# false: Retail/Normal Mode (default), true: Kiosk Mode
282quest_flag = 282quest_flag =
283# Determines whether or not JIT CPU optimizations are enabled
284# false: Optimizations Enabled, true: Optimizations Disabled
285disable_cpu_opt =
283 286
284[WebService] 287[WebService]
285# Whether or not to enable telemetry 288# Whether or not to enable telemetry