mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Automatic disc change for 2-disc games
This commit is contained in:
@ -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");
|
||||
|
Reference in New Issue
Block a user