diff options
| author | 2018-01-07 00:58:06 -0500 | |
|---|---|---|
| committer | 2018-01-07 00:58:06 -0500 | |
| commit | 79e0dd249e2cff0a0554663a050c1b35499cc13e (patch) | |
| tree | b7384d673add9b2a8dd19183f8660de549a646d4 /src/core/core_timing.cpp | |
| parent | svc: Implement svcWaitProcessWideKeyAtomic. (diff) | |
| download | yuzu-79e0dd249e2cff0a0554663a050c1b35499cc13e.tar.gz yuzu-79e0dd249e2cff0a0554663a050c1b35499cc13e.tar.xz yuzu-79e0dd249e2cff0a0554663a050c1b35499cc13e.zip | |
core_timing: Increase clock speed for Switch docked.
Diffstat (limited to 'src/core/core_timing.cpp')
| -rw-r--r-- | src/core/core_timing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core_timing.cpp b/src/core/core_timing.cpp index 5e2a5d00f..c90e62385 100644 --- a/src/core/core_timing.cpp +++ b/src/core/core_timing.cpp | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | #include "core/core.h" | 13 | #include "core/core.h" |
| 14 | #include "core/core_timing.h" | 14 | #include "core/core_timing.h" |
| 15 | 15 | ||
| 16 | int g_clock_rate_arm11 = BASE_CLOCK_RATE_ARM11; | 16 | int g_clock_rate_arm11 = BASE_CLOCK_RATE; |
| 17 | 17 | ||
| 18 | // is this really necessary? | 18 | // is this really necessary? |
| 19 | #define INITIAL_SLICE_LENGTH 20000 | 19 | #define INITIAL_SLICE_LENGTH 20000 |