mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-04 23:29:18 +00:00
add new command line argument for hiding seekbar
This commit is contained in:
parent
d91d146c0e
commit
8ae8a60cd1
5 changed files with 15 additions and 1 deletions
|
@ -123,6 +123,9 @@ std::unique_ptr<optparse::OptionParser> CreateParser(ParserOptions options)
|
|||
.metavar("<file>")
|
||||
.type("string")
|
||||
.help("Path to Slippi replay config file (default: Slippi/playback.txt)");
|
||||
parser->add_option("-hs", "--hide-seekbar")
|
||||
.action("store_true")
|
||||
.help("Disable and hide seekbar during playback");
|
||||
|
||||
return parser;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue