From 72e5023fade738954035199aacf4076c69c52477 Mon Sep 17 00:00:00 2001 From: notaz Date: Tue, 3 Jan 2012 20:05:54 +0200 Subject: bring GPUvBlank back to be used for interlace emulation --- plugins/gpu_neon/gpu.c | 4 ++++ plugins/gpu_neon/gpu.h | 1 + 2 files changed, 5 insertions(+) (limited to 'plugins') diff --git a/plugins/gpu_neon/gpu.c b/plugins/gpu_neon/gpu.c index a18e05f..02dd372 100644 --- a/plugins/gpu_neon/gpu.c +++ b/plugins/gpu_neon/gpu.c @@ -533,4 +533,8 @@ long GPUfreeze(uint32_t type, struct GPUFreeze *freeze) return 1; } +void GPUvBlank(int is_vblank, int lcf) +{ +} + // vim:shiftwidth=2:expandtab diff --git a/plugins/gpu_neon/gpu.h b/plugins/gpu_neon/gpu.h index 227aaaa..6aa933e 100644 --- a/plugins/gpu_neon/gpu.h +++ b/plugins/gpu_neon/gpu.h @@ -118,6 +118,7 @@ long GPUfreeze(uint32_t type, struct GPUFreeze *freeze); void GPUupdateLace(void); long GPUopen(void **dpy); long GPUclose(void); +void GPUvBlank(int is_vblank, int lcf); void GPUrearmedCallbacks(const struct rearmed_cbs *cbs_); #ifdef __cplusplus -- cgit v1.2.3