summaryrefslogtreecommitdiffstats
path: root/src/core/core_timing.cpp
diff options
context:
space:
mode:
authorwwylele <wwylele@gmail.com>2017-01-16 08:59:16 +0100
committerwwylele <wwylele@gmail.com>2017-01-16 08:59:16 +0100
commit47960b065901f8aec53696535fb46fe20c0908e4 (patch)
treef40e211ce132a79fa9dbff5a74980d0a84bde3ff /src/core/core_timing.cpp
parentHID: manages updating itself using correct ticks (diff)
downloadyuzu-47960b065901f8aec53696535fb46fe20c0908e4.tar
yuzu-47960b065901f8aec53696535fb46fe20c0908e4.tar.gz
yuzu-47960b065901f8aec53696535fb46fe20c0908e4.tar.bz2
yuzu-47960b065901f8aec53696535fb46fe20c0908e4.tar.lz
yuzu-47960b065901f8aec53696535fb46fe20c0908e4.tar.xz
yuzu-47960b065901f8aec53696535fb46fe20c0908e4.tar.zst
yuzu-47960b065901f8aec53696535fb46fe20c0908e4.zip
Diffstat (limited to 'src/core/core_timing.cpp')
-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 a437d0823..276ecfdf6 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 = 268123480;
+int g_clock_rate_arm11 = BASE_CLOCK_RATE_ARM11;
// is this really necessary?
#define INITIAL_SLICE_LENGTH 20000