mirror of https://github.com/PCSX2/pcsx2.git
Fix for my last commit.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2592 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
32c7e80634
commit
3b4ccf8a31
|
@ -240,9 +240,9 @@ static __forceinline void SPU2_SET32BIT(u32 value, u32 lo, u32 hi)
|
|||
static __forceinline u32 C_IRQA(s32 c)
|
||||
{
|
||||
if (c == 0)
|
||||
SPU2_GET32BIT(REG_C0_IRQA_LO, REG_C0_IRQA_HI);
|
||||
return SPU2_GET32BIT(REG_C0_IRQA_LO, REG_C0_IRQA_HI);
|
||||
else
|
||||
SPU2_GET32BIT(REG_C1_IRQA_LO, REG_C1_IRQA_HI);
|
||||
return SPU2_GET32BIT(REG_C1_IRQA_LO, REG_C1_IRQA_HI);
|
||||
}
|
||||
|
||||
static __forceinline u32 C_SPUADDR(s32 c)
|
||||
|
|
Loading…
Reference in New Issue