mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
JIT: completely inline timer reading
Should be a bit faster on games that heavily use the timer.
This commit is contained in:
@ -50,13 +50,13 @@ static Event *eventPool = nullptr;
|
||||
int slicelength;
|
||||
static int maxSliceLength = MAX_SLICE_LENGTH;
|
||||
|
||||
static s64 globalTimer;
|
||||
static s64 idledCycles;
|
||||
|
||||
static u32 fakeDecStartValue;
|
||||
static u64 fakeDecStartTicks;
|
||||
static u64 fakeTBStartValue;
|
||||
static u64 fakeTBStartTicks;
|
||||
|
||||
s64 globalTimer;
|
||||
u64 fakeTBStartValue;
|
||||
u64 fakeTBStartTicks;
|
||||
|
||||
static int ev_lost;
|
||||
|
||||
|
Reference in New Issue
Block a user