diff --git a/pcsx2/gui/AppInit.cpp b/pcsx2/gui/AppInit.cpp index c9ea5b3fb0..20683f14fc 100644 --- a/pcsx2/gui/AppInit.cpp +++ b/pcsx2/gui/AppInit.cpp @@ -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