summaryrefslogtreecommitdiffstats
path: root/src/core/core_timing.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-01-07 06:58:06 +0100
committerbunnei <bunneidev@gmail.com>2018-01-07 06:58:06 +0100
commit79e0dd249e2cff0a0554663a050c1b35499cc13e (patch)
treeb7384d673add9b2a8dd19183f8660de549a646d4 /src/core/core_timing.cpp
parentsvc: Implement svcWaitProcessWideKeyAtomic. (diff)
downloadyuzu-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 '')
-rw-r--r--src/core/core_timing.cpp2
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