mirror of https://github.com/PCSX2/pcsx2.git
CDVD: At least pay attention to the plugin when it says there's no disc present.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2780 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
6dd23f3c8d
commit
1d93365724
|
@ -241,10 +241,10 @@ static void DetectDiskType()
|
|||
|
||||
// Paranoid mode: do not trust the plugin's detection system to work correctly.
|
||||
// (.. and there's no reason plugins should be doing their own detection anyway).
|
||||
#if 0
|
||||
|
||||
switch(baseMediaType)
|
||||
{
|
||||
#if 0
|
||||
case CDVD_TYPE_CDDA:
|
||||
case CDVD_TYPE_PSCD:
|
||||
case CDVD_TYPE_PS2CD:
|
||||
|
@ -263,12 +263,12 @@ static void DetectDiskType()
|
|||
case CDVD_TYPE_DETCTCD:
|
||||
mType = baseMediaType;
|
||||
break;
|
||||
#endif
|
||||
|
||||
case CDVD_TYPE_NODISC:
|
||||
diskTypeCached = CDVD_TYPE_NODISC;
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
diskTypeCached = FindDiskType(mType);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue