Fix Indentation in PR 1450.

Would have been nice if this was caught a few min earlier.
This commit is contained in:
Scott Mansell 2014-11-01 15:45:44 +13:00
parent 86c100c442
commit 7b6adf8b04
1 changed files with 1 additions and 1 deletions

View File

@ -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();