mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
Merge pull request #1458 from phire/fix1450Tabs
Fix Indentation in PR 1450.
This commit is contained in:
commit
c83dc2a3e7
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue