mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Bumped up the LLE period to 12600 as it seemed to be a bit more stable.
This commit is contained in:
parent
52053f5d95
commit
b76c7cf4f3
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ void Init()
|
||||||
|
|
||||||
if (DSP::GetDSPEmulator()->IsLLE())
|
if (DSP::GetDSPEmulator()->IsLLE())
|
||||||
{
|
{
|
||||||
DSP_PERIOD = 12000; // TO BE TWEAKED
|
DSP_PERIOD = 12600; // TO BE TWEAKED
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue