diff options
author | Zach Hilman <zachhilman@gmail.com> | 2019-06-29 00:37:33 +0200 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2019-06-29 00:37:33 +0200 |
commit | efa7d8d04b4738bca213c29d346e73d0b97cb18a (patch) | |
tree | 6250064b62aa02de950e976c4b4353d423d912eb /src/yuzu_cmd/default_ini.h | |
parent | Merge pull request #2533 from DarkLordZach/memory-frozen (diff) | |
download | yuzu-efa7d8d04b4738bca213c29d346e73d0b97cb18a.tar yuzu-efa7d8d04b4738bca213c29d346e73d0b97cb18a.tar.gz yuzu-efa7d8d04b4738bca213c29d346e73d0b97cb18a.tar.bz2 yuzu-efa7d8d04b4738bca213c29d346e73d0b97cb18a.tar.lz yuzu-efa7d8d04b4738bca213c29d346e73d0b97cb18a.tar.xz yuzu-efa7d8d04b4738bca213c29d346e73d0b97cb18a.tar.zst yuzu-efa7d8d04b4738bca213c29d346e73d0b97cb18a.zip |
Diffstat (limited to '')
-rw-r--r-- | src/yuzu_cmd/default_ini.h | 3 |
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 dump_exefs=false # Determines whether or not yuzu will dump all NSOs it attempts to load while loading them dump_nso=false +# Determines whether or not yuzu will report to the game that the emulated console is in Kiosk Mode +# false: Retail/Normal Mode (default), true: Kiosk Mode +quest_flag = [WebService] # Whether or not to enable telemetry |