mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Fix Indentation in PR 1450.
Would have been nice if this was caught a few min earlier.
This commit is contained in:
@ -168,7 +168,7 @@ bool DSPLLE::Initialize(bool bWii, bool bDSPThread)
|
|||||||
if (!DSPCore_Init(opts))
|
if (!DSPCore_Init(opts))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
// DSPLLE directly accesses the fastmem arena.
|
// DSPLLE directly accesses the fastmem arena.
|
||||||
g_dsp.cpu_ram = Memory::base;
|
g_dsp.cpu_ram = Memory::base;
|
||||||
DSPCore_Reset();
|
DSPCore_Reset();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user