diff options
| author | 2018-10-08 01:19:39 -0400 | |
|---|---|---|
| committer | 2018-10-08 01:19:39 -0400 | |
| commit | ae982a9bdf75970de1e612d824df3f9cf7f5026b (patch) | |
| tree | 1a03308eaa5c3c6bf55d6eee761446b925ae04f6 /src/yuzu_cmd/config.cpp | |
| 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/yuzu_cmd/config.cpp')
| -rw-r--r-- | src/yuzu_cmd/config.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu_cmd/config.cpp b/src/yuzu_cmd/config.cpp index 9d934e220..2470f4640 100644 --- a/src/yuzu_cmd/config.cpp +++ b/src/yuzu_cmd/config.cpp | |||
| @@ -138,6 +138,7 @@ void Config::ReadValues() { | |||
| 138 | Settings::values.use_gdbstub = sdl2_config->GetBoolean("Debugging", "use_gdbstub", false); | 138 | Settings::values.use_gdbstub = sdl2_config->GetBoolean("Debugging", "use_gdbstub", false); |
| 139 | Settings::values.gdbstub_port = | 139 | Settings::values.gdbstub_port = |
| 140 | static_cast<u16>(sdl2_config->GetInteger("Debugging", "gdbstub_port", 24689)); | 140 | static_cast<u16>(sdl2_config->GetInteger("Debugging", "gdbstub_port", 24689)); |
| 141 | Settings::values.program_args = sdl2_config->Get("Debugging", "program_args", ""); | ||
| 141 | 142 | ||
| 142 | // Web Service | 143 | // Web Service |
| 143 | Settings::values.enable_telemetry = | 144 | Settings::values.enable_telemetry = |