diff options
| author | skidau <skidau@gmail.com> | 2013-04-07 21:44:44 +1000 |
|---|---|---|
| committer | skidau <skidau@gmail.com> | 2013-04-07 21:44:44 +1000 |
| commit | b76c7cf4f33a511fc5cf7a9f180208e4a41ceee4 (patch) | |
| tree | 9865833597d0b54f2fc211ab598ad2b0086dcb0d /Source/Core | |
| parent | 52053f5d958d9c9c7467858be3d2e07ef4e2bf19 (diff) | |
Bumped up the LLE period to 12600 as it seemed to be a bit more stable.
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Core/Src/HW/SystemTimers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Core/Src/HW/SystemTimers.cpp b/Source/Core/Core/Src/HW/SystemTimers.cpp index 749ab584a1..fb8ddb0c26 100644 --- a/Source/Core/Core/Src/HW/SystemTimers.cpp +++ b/Source/Core/Core/Src/HW/SystemTimers.cpp @@ -258,7 +258,7 @@ void Init() if (DSP::GetDSPEmulator()->IsLLE()) { - DSP_PERIOD = 12000; // TO BE TWEAKED + DSP_PERIOD = 12600; // TO BE TWEAKED } else { |
