diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-01-09 20:03:43 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-01-09 20:03:43 +0000 |
| commit | 564758db27f02a09c61a1ac068a2fa22c887a0dd (patch) | |
| tree | e8f1bfc19ba7f3343b9d40e372a07554667e6c31 /libpcsxcore/cdrom.c | |
| parent | 085698017fc9b37b82183bdb9db3226d0ef6b510 (diff) | |
"Slow Boot" freeze fix;
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82156 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/cdrom.c')
| -rwxr-xr-x | libpcsxcore/cdrom.c | 3 |
1 files changed, 2 insertions, 1 deletions
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); } |
