CoreTiming: use named constant for ARM11 clock rate
This commit is contained in:
parent
3c333c53f1
commit
47960b0659
4 changed files with 6 additions and 5 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue