aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_neon/peops_if.c
diff options
context:
space:
mode:
authornotaz2012-01-04 23:26:32 +0200
committernotaz2012-01-05 01:41:14 +0200
commit5440b88ee29ee5b8929fcf338dfc8f476468514d (patch)
tree512f913cf382a375f573cf6d017a24eda694887f /plugins/gpu_neon/peops_if.c
parent69b09c0d33efd71ebe4886cfae41c162803683d5 (diff)
downloadpcsx_rearmed-5440b88ee29ee5b8929fcf338dfc8f476468514d.tar.gz
pcsx_rearmed-5440b88ee29ee5b8929fcf338dfc8f476468514d.tar.bz2
pcsx_rearmed-5440b88ee29ee5b8929fcf338dfc8f476468514d.zip
gpu_neon: add some intelace mode handling
a bit of refactoring too
Diffstat (limited to 'plugins/gpu_neon/peops_if.c')
-rw-r--r--plugins/gpu_neon/peops_if.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/gpu_neon/peops_if.c b/plugins/gpu_neon/peops_if.c
index 48fd431..2e967f2 100644
--- a/plugins/gpu_neon/peops_if.c
+++ b/plugins/gpu_neon/peops_if.c
@@ -385,6 +385,10 @@ void renderer_flush_queues(void)
{
}
+void renderer_set_interlace(int enable, int is_odd)
+{
+}
+
#include "../../frontend/plugin_lib.h"
void renderer_set_config(const struct rearmed_cbs *cbs)