X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fgpu_neon%2Funai_if.cpp;h=072993afdff31bfdf8ef60465f8d4ef52e03d2ca;hb=846b66e185d12bebe95ffa2e905c52ea983f21e1;hp=4e3e7f915b89a4d7a69bb41dce438f1dd1acf7b4;hpb=89c0de4234815e0fa9e8399b940ecec6c89a062b;p=pcsx_rearmed.git diff --git a/plugins/gpu_neon/unai_if.cpp b/plugins/gpu_neon/unai_if.cpp index 4e3e7f91..072993af 100644 --- a/plugins/gpu_neon/unai_if.cpp +++ b/plugins/gpu_neon/unai_if.cpp @@ -272,6 +272,10 @@ void renderer_flush_queues(void) { } +void renderer_set_interlace(int enable, int is_odd) +{ +} + #ifndef TEST #include "../../frontend/plugin_lib.h"