From d564ed46cf4ffd4279887985f543edbb4ba8d3f8 Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Mon, 13 Sep 2010 06:48:37 +0000 Subject: a little less aggressive git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@57140 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/cdrom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libpcsxcore') diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c index ab8a76c1..a6e40834 100644 --- a/libpcsxcore/cdrom.c +++ b/libpcsxcore/cdrom.c @@ -184,7 +184,7 @@ void cdrInterrupt() { SetResultSize(1); cdr.Result[0] = cdr.StatP; cdr.Stat = Acknowledge; - cdr.LidCheck++; + if (cdr.LidCheck == 0) cdr.LidCheck = 1; break; case CdlSetloc: @@ -236,7 +236,7 @@ void cdrInterrupt() { cdr.Result[0] = cdr.StatP; cdr.Stat = Complete; // cdr.Stat = Acknowledge; - cdr.LidCheck++; + if (cdr.LidCheck == 0) cdr.LidCheck = 1; break; case CdlPause: -- cgit v1.2.3