mirror of https://github.com/PCSX2/pcsx2.git
Take care of a typo that only effects pcsx2 if built without superVU.
This commit is contained in:
parent
159ce78680
commit
877c4358d8
|
@ -187,7 +187,7 @@ void Pcsx2App::AllocateCoreStuffs()
|
||||||
#ifndef DISABLE_SVU
|
#ifndef DISABLE_SVU
|
||||||
recOps.EnableVU0 = recOps.EnableVU0 && m_CpuProviders->IsRecAvailable_SuperVU0();
|
recOps.EnableVU0 = recOps.EnableVU0 && m_CpuProviders->IsRecAvailable_SuperVU0();
|
||||||
#else
|
#else
|
||||||
recOps.EnableVU1 = false;
|
recOps.EnableVU0 = false;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue