mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
Bumped up the LLE period to 12600 as it seemed to be a bit more stable.
This commit is contained in:
@ -258,7 +258,7 @@ void Init()
|
||||
|
||||
if (DSP::GetDSPEmulator()->IsLLE())
|
||||
{
|
||||
DSP_PERIOD = 12000; // TO BE TWEAKED
|
||||
DSP_PERIOD = 12600; // TO BE TWEAKED
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user