diff options
| author | SND\notaz_cp <SND\notaz_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-01-11 02:08:00 +0000 |
|---|---|---|
| committer | SND\notaz_cp <SND\notaz_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-01-11 02:08:00 +0000 |
| commit | 2cc65d700ac29d4e05308b42fbfab52ae6fc389d (patch) | |
| tree | eebce0bff9079e88468c2d0596dd780f06804f54 /libpcsxcore | |
| parent | 3a5840f527cae5aab128dcd101badb2ff789cf0f (diff) | |
| download | pcsxr-2cc65d700ac29d4e05308b42fbfab52ae6fc389d.tar.gz | |
Revert '"Slow Boot" freeze fix;'
also fixes interpreter "Slow Boot"
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82199 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore')
| -rwxr-xr-x | libpcsxcore/cdrom.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c index 98660404..0986f70f 100755 --- a/libpcsxcore/cdrom.c +++ b/libpcsxcore/cdrom.c @@ -233,8 +233,7 @@ extern SPUregisterCallback SPU_registerCallback; static void setIrq(void) { - // to notaz: This case cause "Slow Boot" freeze. //edgbla - //if (cdr.Stat & cdr.Reg2) + if (cdr.Stat & cdr.Reg2) psxHu32ref(0x1070) |= SWAP32((u32)0x4); } |
