mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-21 00:05:30 +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;
|
||||
}
|
||||
|
||||
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;
|
||||
|
||||
|
@ -32,8 +32,7 @@ typedef struct gx_video
|
||||
} gx_video_t;
|
||||
|
||||
void gx_set_video_mode(unsigned fbWidth, unsigned lines);
|
||||
const char *gx_get_video_mode();
|
||||
void gx_set_aspect_ratio(void *data, unsigned aspectratio_idx);
|
||||
const char *gx_get_video_mode(void);
|
||||
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user