From 914455e692f4720c43f4bc2122a4795e6c45bc7c Mon Sep 17 00:00:00 2001 From: notaz Date: Thu, 8 Dec 2011 23:09:36 +0200 Subject: gpu_neon: propagate configs to rasterizers --- plugins/gpu_neon/peops_if.c | 8 ++++++++ 1 file changed, 8 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 1a4072f..d6c47e2 100644 --- a/plugins/gpu_neon/peops_if.c +++ b/plugins/gpu_neon/peops_if.c @@ -382,3 +382,11 @@ void renderer_invalidate_caches(int x, int y, int w, int h) void renderer_flush_queues(void) { } + +#include "../../frontend/plugin_lib.h" + +void renderer_set_config(const struct rearmed_cbs *cbs) +{ + iUseDither = cbs->gpu_peops.iUseDither; + dwActFixes = cbs->gpu_peops.dwActFixes; +} -- cgit v1.2.3