mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
fix dispmanx compile (dispmanx_gfx_get_frame_count)
line 601 looking for dispmanx_get_frame_count the correct name is dispmanx_gfx_get_frame_count (from line 592)
This commit is contained in:
parent
fbbc51f42b
commit
55934b4770
@ -598,7 +598,7 @@ static uint64_t dispmanx_gfx_get_frame_count(void *data)
|
||||
}
|
||||
|
||||
static const video_poke_interface_t dispmanx_poke_interface = {
|
||||
dispmanx_get_frame_count,
|
||||
dispmanx_gfx_get_frame_count,
|
||||
NULL, /* set_video_mode */
|
||||
NULL, /* set_filtering */
|
||||
NULL, /* get_video_output_size */
|
||||
|
Loading…
x
Reference in New Issue
Block a user