mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
DolphinNoGUI: Make variables constant
This commit is contained in:
parent
23af1e025b
commit
c37933932d
2 changed files with 3 additions and 2 deletions
|
@ -201,7 +201,8 @@ int main(int argc, char* argv[])
|
|||
{
|
||||
Core::DeclareAsHostThread();
|
||||
|
||||
auto parser = CommandLineParse::CreateParser(CommandLineParse::ParserOptions::OmitGUIOptions);
|
||||
const auto parser =
|
||||
CommandLineParse::CreateParser(CommandLineParse::ParserOptions::OmitGUIOptions);
|
||||
parser->add_option("-p", "--platform")
|
||||
.action("store")
|
||||
.help("Window platform to use [%choices]")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue