X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu_neon%2Funai_if.cpp;h=072993afdff31bfdf8ef60465f8d4ef52e03d2ca;hp=4e3e7f915b89a4d7a69bb41dce438f1dd1acf7b4;hb=5440b88ee29ee5b8929fcf338dfc8f476468514d;hpb=69b09c0d33efd71ebe4886cfae41c162803683d5 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"