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 12aa0a3..6f425bd 100644
--- a/plugins/dfxvideo/gpulib_if.c
+++ b/plugins/dfxvideo/gpulib_if.c
@@ -294,6 +294,14 @@ int renderer_init(void)
return 0;
}
+void renderer_finish(void)
+{
+}
+
+void renderer_notify_res_change(void)
+{
+}
+
extern const unsigned char cmd_lengths[256];
int do_cmd_list(unsigned int *list, int list_len, int *last_cmd)