summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/default_ini.h
diff options
context:
space:
mode:
authorGravatar bunnei2019-07-04 01:40:41 -0400
committerGravatar GitHub2019-07-04 01:40:41 -0400
commit70b595a63b53e657ec2fe6640d16f20cb24d433e (patch)
tree7bf36adf74934bca8551a7f582882c722271da17 /src/yuzu_cmd/default_ini.h
parentMerge pull request #2613 from ogniK5377/InitalizeApplicationInfo (diff)
parentset: Implement GetQuestFlag (diff)
downloadyuzu-70b595a63b53e657ec2fe6640d16f20cb24d433e.tar.gz
yuzu-70b595a63b53e657ec2fe6640d16f20cb24d433e.tar.xz
yuzu-70b595a63b53e657ec2fe6640d16f20cb24d433e.zip
Merge pull request #2638 from DarkLordZach/quest-flag
set: Implement GetQuestFlag with config option
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 6538af098..b4f50d27d 100644
--- a/src/yuzu_cmd/default_ini.h
+++ b/src/yuzu_cmd/default_ini.h
@@ -224,6 +224,9 @@ gdbstub_port=24689
224dump_exefs=false 224dump_exefs=false
225# Determines whether or not yuzu will dump all NSOs it attempts to load while loading them 225# Determines whether or not yuzu will dump all NSOs it attempts to load while loading them
226dump_nso=false 226dump_nso=false
227# Determines whether or not yuzu will report to the game that the emulated console is in Kiosk Mode
228# false: Retail/Normal Mode (default), true: Kiosk Mode
229quest_flag =
227 230
228[WebService] 231[WebService]
229# Whether or not to enable telemetry 232# Whether or not to enable telemetry