From 5440b88ee29ee5b8929fcf338dfc8f476468514d Mon Sep 17 00:00:00 2001 From: notaz Date: Wed, 4 Jan 2012 23:26:32 +0200 Subject: gpu_neon: add some intelace mode handling a bit of refactoring too --- plugins/gpu_neon/peops_if.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/gpu_neon/peops_if.c') diff --git a/plugins/gpu_neon/peops_if.c b/plugins/gpu_neon/peops_if.c index 48fd431..2e967f2 100644 --- a/plugins/gpu_neon/peops_if.c +++ b/plugins/gpu_neon/peops_if.c @@ -385,6 +385,10 @@ void renderer_flush_queues(void) { } +void renderer_set_interlace(int enable, int is_odd) +{ +} + #include "../../frontend/plugin_lib.h" void renderer_set_config(const struct rearmed_cbs *cbs) -- cgit v1.2.3