mirror of https://github.com/PCSX2/pcsx2.git
pcsx2: Fix booting ISO from commandline
This commit is contained in:
parent
cca6e1dcae
commit
16904d580d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue