Attempt to fix ICO NTSC CDVD flag bug that appeared in r4961.

Works with my copies of Time Crisis 2 and 3 as well.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5105 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
ramapcsx2 2012-02-26 11:34:29 +00:00
parent 538bc76686
commit aa987595b4
1 changed files with 3 additions and 2 deletions

View File

@ -897,8 +897,9 @@ static uint cdvdStartSeek( uint newsector, CDVD_MODE_TYPE mode )
cdvd.Ready = CDVD_NOTREADY;
cdvd.Reading = 0;
cdvd.Readed = 0;
//cdvd.Status = CDVD_STATUS_STOP;
cdvd.Status = CDVD_STATUS_SEEK | CDVD_STATUS_SPIN; // Time Crisis 2
//cdvd.Status = CDVD_STATUS_STOP; // before r4961
//cdvd.Status = CDVD_STATUS_SEEK | CDVD_STATUS_SPIN; // Time Crisis 2 // but breaks ICO NTSC
cdvd.Status = CDVD_STATUS_PAUSE; // best so far in my tests (rama)
if( !cdvd.Spinning )
{