diff options
| author | 2018-10-08 01:19:39 -0400 | |
|---|---|---|
| committer | 2018-10-08 01:19:39 -0400 | |
| commit | ae982a9bdf75970de1e612d824df3f9cf7f5026b (patch) | |
| tree | 1a03308eaa5c3c6bf55d6eee761446b925ae04f6 /src/core/settings.h | |
| parent | Merge pull request #1396 from DarkLordZach/packed-updates (diff) | |
| parent | nso/nro: Use default allocation size for arg_data (diff) | |
| download | yuzu-ae982a9bdf75970de1e612d824df3f9cf7f5026b.tar.gz yuzu-ae982a9bdf75970de1e612d824df3f9cf7f5026b.tar.xz yuzu-ae982a9bdf75970de1e612d824df3f9cf7f5026b.zip | |
Merge pull request #1419 from DarkLordZach/homebrew-args
nso/nro: Add support for passing command-line arguments to executable
Diffstat (limited to 'src/core/settings.h')
| -rw-r--r-- | src/core/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index 1808f5937..83b9a04c8 100644 --- a/src/core/settings.h +++ b/src/core/settings.h | |||
| @@ -155,6 +155,7 @@ struct Values { | |||
| 155 | // Debugging | 155 | // Debugging |
| 156 | bool use_gdbstub; | 156 | bool use_gdbstub; |
| 157 | u16 gdbstub_port; | 157 | u16 gdbstub_port; |
| 158 | std::string program_args; | ||
| 158 | 159 | ||
| 159 | // WebService | 160 | // WebService |
| 160 | bool enable_telemetry; | 161 | bool enable_telemetry; |