mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-22 17:28:45 +00:00
Merge pull request #7629 from JosJuice/auto-disc-change
Automatic disc change for 2-disc games
This commit is contained in:
commit
1d3e3de44b
35 changed files with 480 additions and 124 deletions
|
@ -75,7 +75,7 @@ std::unique_ptr<optparse::OptionParser> CreateParser(ParserOptions options)
|
|||
parser->add_option("-u", "--user").action("store").help("User folder path");
|
||||
parser->add_option("-m", "--movie").action("store").help("Play a movie file");
|
||||
parser->add_option("-e", "--exec")
|
||||
.action("store")
|
||||
.action("append")
|
||||
.metavar("<file>")
|
||||
.type("string")
|
||||
.help("Load the specified file");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue