mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 14:58:11 -05:00
cmd: Support passing game arguments from command line
Uses -p (--program) and following string as args.
This commit is contained in:
@ -138,6 +138,7 @@ void Config::ReadValues() {
|
||||
Settings::values.use_gdbstub = sdl2_config->GetBoolean("Debugging", "use_gdbstub", false);
|
||||
Settings::values.gdbstub_port =
|
||||
static_cast<u16>(sdl2_config->GetInteger("Debugging", "gdbstub_port", 24689));
|
||||
Settings::values.program_args = sdl2_config->Get("Debugging", "program_args", "");
|
||||
|
||||
// Web Service
|
||||
Settings::values.enable_telemetry =
|
||||
|
Reference in New Issue
Block a user