diff options
author | bunnei <bunneidev@gmail.com> | 2018-01-07 06:58:06 +0100 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2018-01-07 06:58:06 +0100 |
commit | 79e0dd249e2cff0a0554663a050c1b35499cc13e (patch) | |
tree | b7384d673add9b2a8dd19183f8660de549a646d4 /src/core/core_timing.cpp | |
parent | svc: Implement svcWaitProcessWideKeyAtomic. (diff) | |
download | yuzu-79e0dd249e2cff0a0554663a050c1b35499cc13e.tar yuzu-79e0dd249e2cff0a0554663a050c1b35499cc13e.tar.gz yuzu-79e0dd249e2cff0a0554663a050c1b35499cc13e.tar.bz2 yuzu-79e0dd249e2cff0a0554663a050c1b35499cc13e.tar.lz yuzu-79e0dd249e2cff0a0554663a050c1b35499cc13e.tar.xz yuzu-79e0dd249e2cff0a0554663a050c1b35499cc13e.tar.zst yuzu-79e0dd249e2cff0a0554663a050c1b35499cc13e.zip |
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 @@ #include "core/core.h" #include "core/core_timing.h" -int g_clock_rate_arm11 = BASE_CLOCK_RATE_ARM11; +int g_clock_rate_arm11 = BASE_CLOCK_RATE; // is this really necessary? #define INITIAL_SLICE_LENGTH 20000 |