mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
VideoBackend: Remove simple wrapper functions.
This commit is contained in:
@ -128,7 +128,7 @@ static void VICallback(u64 userdata, int cyclesLate)
|
||||
static void CPCallback(u64 userdata, int cyclesLate)
|
||||
{
|
||||
u64 now = CoreTiming::GetTicks();
|
||||
int next = g_video_backend->Video_Sync((int)(now - s_last_sync_gpu_tick));
|
||||
int next = Fifo_Update((int)(now - s_last_sync_gpu_tick));
|
||||
s_last_sync_gpu_tick = now;
|
||||
|
||||
if (next > 0)
|
||||
|
Reference in New Issue
Block a user