From 564758db27f02a09c61a1ac068a2fa22c887a0dd Mon Sep 17 00:00:00 2001 From: "SND\\edgbla_cp" Date: Wed, 9 Jan 2013 20:03:43 +0000 Subject: "Slow Boot" freeze fix; git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82156 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/cdrom.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libpcsxcore') diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c index cb271cc1..61e8bc31 100755 --- a/libpcsxcore/cdrom.c +++ b/libpcsxcore/cdrom.c @@ -233,7 +233,8 @@ extern SPUregisterCallback SPU_registerCallback; static void setIrq(void) { - if (cdr.Stat & cdr.Reg2) + // to notaz: This case cause "Slow Boot" freeze. //edgbla + //if (cdr.Stat & cdr.Reg2) psxHu32ref(0x1070) |= SWAP32((u32)0x4); } -- cgit v1.2.3