mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 13:49:53 -06:00
Adjust event times after a PPC clock change
This likely doesn't change much, but it makes events trigger at the correct time after a clock change.
This commit is contained in:
@ -91,6 +91,8 @@ void LogPendingEvents();
|
||||
|
||||
std::string GetScheduledEventsSummary();
|
||||
|
||||
void AdjustEventQueueTimes(u32 new_ppc_clock, u32 old_ppc_clock);
|
||||
|
||||
u32 GetFakeDecStartValue();
|
||||
void SetFakeDecStartValue(u32 val);
|
||||
u64 GetFakeDecStartTicks();
|
||||
|
Reference in New Issue
Block a user