aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfxvideo/gpulib_if.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dfxvideo/gpulib_if.c')
-rw-r--r--plugins/dfxvideo/gpulib_if.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/dfxvideo/gpulib_if.c b/plugins/dfxvideo/gpulib_if.c
index bb3ad56..db0797c 100644
--- a/plugins/dfxvideo/gpulib_if.c
+++ b/plugins/dfxvideo/gpulib_if.c
@@ -426,6 +426,14 @@ void renderer_set_interlace(int enable, int is_odd)
{
}
+void renderer_sync(void)
+{
+}
+
+void renderer_notify_update_lace(int updated)
+{
+}
+
#include "../../frontend/plugin_lib.h"
void renderer_set_config(const struct rearmed_cbs *cbs)