aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_neon/unai_if.cpp
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/unai_if.cpp
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/unai_if.cpp')
-rw-r--r--plugins/gpu_neon/unai_if.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/gpu_neon/unai_if.cpp b/plugins/gpu_neon/unai_if.cpp
index 4e3e7f9..072993a 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"