CoreTiming: use named constant for ARM11 clock rate

This commit is contained in:
wwylele 2017-01-16 09:59:16 +02:00
parent 3c333c53f1
commit 47960b0659
4 changed files with 6 additions and 5 deletions

View file

@ -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