settings: Add config option for kiosk (quest) mode

This commit is contained in:
Zach Hilman 2019-06-28 18:37:33 -04:00
parent bb4a1e059c
commit efa7d8d04b
6 changed files with 26 additions and 1 deletions

View file

@ -416,6 +416,7 @@ struct Values {
bool dump_exefs;
bool dump_nso;
bool reporting_services;
bool quest_flag;
// WebService
bool enable_telemetry;