Merge pull request #7629 from JosJuice/auto-disc-change

Automatic disc change for 2-disc games
This commit is contained in:
JMC47
2019-01-15 13:01:36 -05:00
committed by GitHub
35 changed files with 480 additions and 124 deletions

View File

@ -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");