mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Merge pull request #1450 from phire/fix-smg2
Fix DSPLLE for games which DMA data from MEM2 to the DSP.
This commit is contained in:
@ -168,7 +168,8 @@ bool DSPLLE::Initialize(bool bWii, bool bDSPThread)
|
|||||||
if (!DSPCore_Init(opts))
|
if (!DSPCore_Init(opts))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
g_dsp.cpu_ram = Memory::m_pRAM;
|
// DSPLLE directly accesses the fastmem arena.
|
||||||
|
g_dsp.cpu_ram = Memory::base;
|
||||||
DSPCore_Reset();
|
DSPCore_Reset();
|
||||||
|
|
||||||
m_bIsRunning = true;
|
m_bIsRunning = true;
|
||||||
|
Reference in New Issue
Block a user