diff options
| author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2017-01-16 19:38:35 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-16 19:38:35 -0300 |
| commit | 55c91ae782f9a05411ba869f7a83de87d29a0adf (patch) | |
| tree | f40e211ce132a79fa9dbff5a74980d0a84bde3ff /src/core/core_timing.h | |
| parent | 16a3f9e393a740e3d7cd2ab02c4f5b1e07d53ec7 (diff) | |
| parent | 47960b065901f8aec53696535fb46fe20c0908e4 (diff) | |
Merge pull request #2442 from wwylele/hid-signal
HID: manages updating itself using correct ticks
Diffstat (limited to 'src/core/core_timing.h')
| -rw-r--r-- | src/core/core_timing.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/core_timing.h b/src/core/core_timing.h index b72a1b500..d2f85cd4d 100644 --- a/src/core/core_timing.h +++ b/src/core/core_timing.h @@ -21,6 +21,7 @@ // inside callback: // ScheduleEvent(periodInCycles - cycles_late, callback, "whatever") +constexpr int BASE_CLOCK_RATE_ARM11 = 268123480; extern int g_clock_rate_arm11; inline s64 msToCycles(int ms) { |
