mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
CoreTiming: Pass Core::System to Events.
This commit is contained in:
@ -124,7 +124,7 @@ static void Hex2mem(u8* dst, u8* src, u32 len)
|
||||
}
|
||||
}
|
||||
|
||||
static void UpdateCallback(u64 userdata, s64 cycles_late)
|
||||
static void UpdateCallback(Core::System& system, u64 userdata, s64 cycles_late)
|
||||
{
|
||||
ProcessCommands(false);
|
||||
if (IsActive())
|
||||
|
Reference in New Issue
Block a user