mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
CoreTiming: Pass Core::System to Events.
This commit is contained in:
parent
1a5110791c
commit
a36a5c1308
23 changed files with 102 additions and 82 deletions
|
@ -49,7 +49,7 @@ static bool IsOnThread()
|
|||
return Core::System::GetInstance().IsDualCoreMode();
|
||||
}
|
||||
|
||||
static void UpdateInterrupts_Wrapper(u64 userdata, s64 cyclesLate)
|
||||
static void UpdateInterrupts_Wrapper(Core::System& system, u64 userdata, s64 cyclesLate)
|
||||
{
|
||||
UpdateInterrupts(userdata);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue