X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu_neon%2Fpeops_if.c;h=d6c47e2359ff9be41ff8a75d4496a876d497d76b;hp=1a4072f642081c6a8fa8378b904511568cfcb4d6;hb=914455e692f4720c43f4bc2122a4795e6c45bc7c;hpb=914722b27cdd4e4373418461151e223557e70559 diff --git a/plugins/gpu_neon/peops_if.c b/plugins/gpu_neon/peops_if.c index 1a4072f6..d6c47e23 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; +}