forked from dolphin-emu/dolphin
Merge pull request #1458 from phire/fix1450Tabs
Fix Indentation in PR 1450.
This commit is contained in:
@@ -168,7 +168,7 @@ bool DSPLLE::Initialize(bool bWii, bool bDSPThread)
|
||||
if (!DSPCore_Init(opts))
|
||||
return false;
|
||||
|
||||
// DSPLLE directly accesses the fastmem arena.
|
||||
// DSPLLE directly accesses the fastmem arena.
|
||||
g_dsp.cpu_ram = Memory::base;
|
||||
DSPCore_Reset();
|
||||
|
||||
|
Reference in New Issue
Block a user