settings: Add program_args string setting

master
Zach Hilman 2018-09-30 14:05:12 +07:00
parent e09505ff61
commit 95dff555a4
1 changed files with 1 additions and 0 deletions

@ -155,6 +155,7 @@ struct Values {
// Debugging
bool use_gdbstub;
u16 gdbstub_port;
std::string program_args;
// WebService
bool enable_telemetry;