CPU/Recompiler: Faster ASM dispatcher
This commit is contained in:
@ -57,6 +57,11 @@ void UpdateCPUDowncount()
|
||||
}
|
||||
}
|
||||
|
||||
TimingEvent** GetHeadEventPtr()
|
||||
{
|
||||
return &s_active_events_head;
|
||||
}
|
||||
|
||||
static void SortEvent(TimingEvent* event)
|
||||
{
|
||||
const TickCount event_downcount = event->m_downcount;
|
||||
|
||||
Reference in New Issue
Block a user