Bumped up the LLE period to 12600 as it seemed to be a bit more stable.

This commit is contained in:
skidau 2013-04-07 21:44:44 +10:00
parent 52053f5d95
commit b76c7cf4f3

View file

@ -258,7 +258,7 @@ void Init()
if (DSP::GetDSPEmulator()->IsLLE())
{
DSP_PERIOD = 12000; // TO BE TWEAKED
DSP_PERIOD = 12600; // TO BE TWEAKED
}
else
{