mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-06 03:28:20 +00:00
Add fallback for menu_display_get_default_mvp
This commit is contained in:
parent
66914232ab
commit
c2f044d30f
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user