mirror of
https://github.com/libretro/RetroArch
synced 2025-03-31 01:21:03 +00:00
(GX) No public visibility for gx_set_aspect
This commit is contained in:
parent
13de2c5acd
commit
dece16ea12
@ -270,7 +270,7 @@ const char *gx_get_video_mode(void)
|
|||||||
return format;
|
return format;
|
||||||
}
|
}
|
||||||
|
|
||||||
void gx_set_aspect_ratio(void *data, unsigned aspectratio_idx)
|
static void gx_set_aspect_ratio(void *data, unsigned aspectratio_idx)
|
||||||
{
|
{
|
||||||
gx_video_t *gx = (gx_video_t*)driver.video_data;
|
gx_video_t *gx = (gx_video_t*)driver.video_data;
|
||||||
|
|
||||||
|
@ -32,8 +32,7 @@ typedef struct gx_video
|
|||||||
} gx_video_t;
|
} gx_video_t;
|
||||||
|
|
||||||
void gx_set_video_mode(unsigned fbWidth, unsigned lines);
|
void gx_set_video_mode(unsigned fbWidth, unsigned lines);
|
||||||
const char *gx_get_video_mode();
|
const char *gx_get_video_mode(void);
|
||||||
void gx_set_aspect_ratio(void *data, unsigned aspectratio_idx);
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user