Skip to content

Commit

Permalink
Merge pull request #2044 from Tilka/load_file
Browse files Browse the repository at this point in the history
DolphinWX: fix -e parameter
  • Loading branch information
lioncash committed Feb 13, 2015
2 parents 9761df4 + 1b38800 commit fd0d6d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/DolphinWX/Main.cpp
Expand Up @@ -209,6 +209,7 @@ bool DolphinApp::OnInit()

// Gets the command line parameters
wxCmdLineParser parser(cmdLineDesc, argc, argv);
LoadFile = false;
if (argc == 2 && File::Exists(argv[1].ToUTF8().data()))
{
LoadFile = true;
Expand Down

0 comments on commit fd0d6d3

Please sign in to comment.