summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h
index b5aeff29b..0af9dd416 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -157,6 +157,7 @@ struct Values {
157 bool use_gdbstub; 157 bool use_gdbstub;
158 u16 gdbstub_port; 158 u16 gdbstub_port;
159 std::string program_args; 159 std::string program_args;
160 bool dump_nso;
160 161
161 // WebService 162 // WebService
162 bool enable_telemetry; 163 bool enable_telemetry;