(vivante fbdev) Add function pointer for rendering hardware contexts

This commit is contained in:
twinaphex 2015-11-20 13:46:41 +01:00
parent b5588231ec
commit 259674fee2
1 changed files with 1 additions and 0 deletions

View File

@ -206,4 +206,5 @@ const gfx_ctx_driver_t gfx_ctx_vivante_fbdev = {
NULL,
NULL,
"vivante-fbdev",
egl_bind_hw_render,
};