From efa7d8d04b4738bca213c29d346e73d0b97cb18a Mon Sep 17 00:00:00 2001 From: Zach Hilman Date: Fri, 28 Jun 2019 18:37:33 -0400 Subject: settings: Add config option for kiosk (quest) mode --- src/yuzu_cmd/default_ini.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/yuzu_cmd/default_ini.h') 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 -- cgit v1.2.3