reios: fix regression on many games due to 77a2bbbb

Jeremy McGrath
Skies of Arcadia
Speed Devils Online
Sydney 2000
Tech Romancer
Time Stalkers
Virtua Athlete 2000
Quake 3 (EU)
Climax Landers (JP)
Frame Gride
Pop'n'Music 1 & 2
Simple2000 2 & 3
This commit is contained in:
Flyinghead 2022-05-18 14:56:14 +02:00
parent baab70c509
commit 0fb177bf85
1 changed files with 1 additions and 3 deletions

View File

@ -692,9 +692,7 @@ void gdrom_hle_op()
discType = 0;
break;
default:
if (gd_hle_state.status == GDC_BUSY)
status = GD_STAT_BUSY;
else if (gd_hle_state.status == GDC_CONTINUE || SecNumber.Status == GD_PLAY)
if (gd_hle_state.status == GDC_CONTINUE || SecNumber.Status == GD_PLAY)
status = GD_STAT_PLAY;
else
status = GD_STAT_PAUSE;