mirror of https://github.com/PCSX2/pcsx2.git
SPU2-X:
Another relocation of Reverb Address space. Ys and Shaman King work. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3244 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
50313e4538
commit
23f63c37cc
|
@ -130,8 +130,8 @@ void V_Core::Reset( int index )
|
|||
Regs.VMIXR = 0xFFFFFF;
|
||||
Regs.VMIXEL = 0xFFFFFF;
|
||||
Regs.VMIXER = 0xFFFFFF;
|
||||
EffectsStartA = 0xE7FF8 + (0x10000*c);
|
||||
EffectsEndA = 0xE7FFF + (0x10000*c);
|
||||
EffectsStartA = 0x3FFF0 + (0x10000*c);
|
||||
EffectsEndA = 0x3FFFF + (0x10000*c);
|
||||
|
||||
FxEnable = 0;
|
||||
IRQA = 0xFFFF0;
|
||||
|
|
Loading…
Reference in New Issue