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
|
@ -32,7 +32,7 @@ namespace GPU {
|
|||
Regs g_regs;
|
||||
|
||||
/// 268MHz CPU clocks / 60Hz frames per second
|
||||
const u64 frame_ticks = 268123480ull / 60;
|
||||
const u64 frame_ticks = BASE_CLOCK_RATE_ARM11 / 60;
|
||||
/// Event id for CoreTiming
|
||||
static int vblank_event;
|
||||
/// Total number of frames drawn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue