pcsx2: Fix booting ISO from commandline

This commit is contained in:
Jonathan Li 2017-04-21 22:43:05 +01:00
parent cca6e1dcae
commit 16904d580d
1 changed files with 1 additions and 0 deletions

View File

@ -350,6 +350,7 @@ bool Pcsx2App::OnCmdLineParsed( wxCmdLineParser& parser )
if( parser.GetParamCount() >= 1 )
{
Startup.IsoFile = parser.GetParam( 0 );
Startup.CdvdSource = CDVD_SourceType::Iso;
Startup.SysAutoRun = true;
}
else