mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-20 18:02:12 +00:00
Fix build without HAVE_FBO
This commit is contained in:
parent
0c3b1a7514
commit
4c4bbf3cf0
2
driver.c
2
driver.c
@ -282,9 +282,11 @@ uintptr_t driver_get_current_framebuffer(void)
|
||||
|
||||
retro_proc_address_t driver_get_proc_address(const char *sym)
|
||||
{
|
||||
#ifdef HAVE_FBO
|
||||
if (driver.video_poke && driver.video_poke->get_proc_address)
|
||||
return driver.video_poke->get_proc_address(driver.video_data, sym);
|
||||
else
|
||||
#endif
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user