diff options
| author | 2017-01-16 09:59:16 +0200 | |
|---|---|---|
| committer | 2017-01-16 09:59:16 +0200 | |
| commit | 47960b065901f8aec53696535fb46fe20c0908e4 (patch) | |
| tree | f40e211ce132a79fa9dbff5a74980d0a84bde3ff /src/core/core_timing.cpp | |
| parent | HID: manages updating itself using correct ticks (diff) | |
| download | yuzu-47960b065901f8aec53696535fb46fe20c0908e4.tar.gz yuzu-47960b065901f8aec53696535fb46fe20c0908e4.tar.xz yuzu-47960b065901f8aec53696535fb46fe20c0908e4.zip | |
CoreTiming: use named constant for ARM11 clock rate
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 a437d0823..276ecfdf6 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 = 268123480; | 16 | int g_clock_rate_arm11 = BASE_CLOCK_RATE_ARM11; |
| 17 | 17 | ||
| 18 | // is this really necessary? | 18 | // is this really necessary? |
| 19 | #define INITIAL_SLICE_LENGTH 20000 | 19 | #define INITIAL_SLICE_LENGTH 20000 |