mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-19 09:02:26 +00:00
(dispmanx) Implement get_flags
This commit is contained in:
parent
a0b2d97ca3
commit
c3d2b190f2
@ -630,8 +630,15 @@ static void dispmanx_set_aspect_ratio (void *data, unsigned aspect_ratio_idx)
|
|||||||
video_driver_set_aspect_ratio_value(aspectratio_lut[aspect_ratio_idx].value);
|
video_driver_set_aspect_ratio_value(aspectratio_lut[aspect_ratio_idx].value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static uint32_t dispmanx_get_flags(void *data)
|
||||||
|
{
|
||||||
|
uint32_t flags = 0;
|
||||||
|
|
||||||
|
return flags;
|
||||||
|
}
|
||||||
|
|
||||||
static const video_poke_interface_t dispmanx_poke_interface = {
|
static const video_poke_interface_t dispmanx_poke_interface = {
|
||||||
NULL, /* get_flags */
|
dispmanx_get_flags,
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
NULL, /* set_video_mode */
|
NULL, /* set_video_mode */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user