mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
UI: Implement a command line option to boot NAND title
This commit is contained in:
parent
8e0869aff6
commit
4b4a9a6486
8 changed files with 69 additions and 26 deletions
|
@ -73,6 +73,11 @@ std::unique_ptr<optparse::OptionParser> CreateParser(ParserOptions options)
|
|||
.metavar("<file>")
|
||||
.type("string")
|
||||
.help("Load the specified file");
|
||||
parser->add_option("-n", "--nand_title")
|
||||
.action("store")
|
||||
.metavar("<16-character ASCII title ID>")
|
||||
.type("string")
|
||||
.help("Launch a NAND title");
|
||||
parser->add_option("-C", "--config")
|
||||
.action("append")
|
||||
.metavar("<System>.<Section>.<Key>=<Value>")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue