mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-14 22:38:34 +00:00
(Griffin) Add stub for post_render_func for Griffin
This commit is contained in:
parent
318078157d
commit
d5dffe88dc
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user