mirror of https://github.com/PCSX2/pcsx2.git
When PS1 loading was enabled, someone neglected to check that allowing the function to continue wouldn't cause any problems.
Fixes #1515
This commit is contained in:
parent
5c7e2432bd
commit
07e21427b9
|
@ -398,6 +398,7 @@ void cdvdReloadElfInfo(wxString elfoverride)
|
|||
)
|
||||
);
|
||||
//Console.Error( "Playstation1 game discs are not supported by PCSX2." );
|
||||
return;
|
||||
}
|
||||
|
||||
// Isn't a disc we recognize?
|
||||
|
|
Loading…
Reference in New Issue