settings: Add program_args string setting

This commit is contained in:
Zach Hilman 2018-09-30 14:05:12 -04:00
parent e09505ff61
commit 95dff555a4
1 changed files with 1 additions and 0 deletions

View File

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