Add fallback for menu_display_get_default_mvp

This commit is contained in:
twinaphex 2015-11-02 23:24:45 +01:00
parent 66914232ab
commit c2f044d30f

View File

@ -671,6 +671,12 @@ void menu_display_texture_unload(uintptr_t *id)
return;
video_texture_unload(id);
}
#else
static math_matrix_4x4 *menu_display_get_default_mvp(void)
{
return NULL;
}
#endif
void menu_display_matrix_4x4_rotate_z(void *data, float rotation,