aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_neon/peops_if.c
diff options
context:
space:
mode:
authornotaz2011-12-08 23:09:36 +0200
committernotaz2011-12-09 01:29:54 +0200
commit914455e692f4720c43f4bc2122a4795e6c45bc7c (patch)
tree32208d9d5bedb0379d9c616a77e7b58fd1bc6b0f /plugins/gpu_neon/peops_if.c
parent914722b27cdd4e4373418461151e223557e70559 (diff)
downloadpcsx_rearmed-914455e692f4720c43f4bc2122a4795e6c45bc7c.tar.gz
pcsx_rearmed-914455e692f4720c43f4bc2122a4795e6c45bc7c.tar.bz2
pcsx_rearmed-914455e692f4720c43f4bc2122a4795e6c45bc7c.zip
gpu_neon: propagate configs to rasterizers
Diffstat (limited to 'plugins/gpu_neon/peops_if.c')
-rw-r--r--plugins/gpu_neon/peops_if.c8
1 files changed, 8 insertions, 0 deletions
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;
+}