From d5dffe88dc59192517794df3996f996e278b4bb3 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 20 Dec 2012 03:59:33 +0100 Subject: [PATCH] (Griffin) Add stub for post_render_func for Griffin --- console/griffin/hook_context.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/console/griffin/hook_context.h b/console/griffin/hook_context.h index 1caafe6528..82fba6b313 100644 --- a/console/griffin/hook_context.h +++ b/console/griffin/hook_context.h @@ -49,3 +49,5 @@ #define context_write_egl_image_func(frame, width, height, pitch, base_size, tex_index, img) gl->ctx_driver->write_egl_image(frame, width, height, pitch, base_size, tex_index,img) #endif + +#define context_post_render_func(gl) ((void)0)