mirror of https://github.com/PCSX2/pcsx2.git
Geh, forgot to save after writing a comment.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3674 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
8aee9f652d
commit
4da64590d9
|
@ -422,6 +422,7 @@ void SysClearExecutionCache()
|
||||||
|
|
||||||
Cpu->Reset();
|
Cpu->Reset();
|
||||||
psxCpu->Reset();
|
psxCpu->Reset();
|
||||||
|
// mVU's VU0 needs to be properly initialised for macro mode even if it's not used for micro mode!
|
||||||
if (CHECK_EEREC)
|
if (CHECK_EEREC)
|
||||||
((BaseVUmicroCPU*)GetCpuProviders().CpuProviders->microVU0)->Reset();
|
((BaseVUmicroCPU*)GetCpuProviders().CpuProviders->microVU0)->Reset();
|
||||||
CpuVU0->Reset();
|
CpuVU0->Reset();
|
||||||
|
|
Loading…
Reference in New Issue