mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
remove video_info deps
This commit is contained in:
parent
867bdad010
commit
c77861126f
@ -96,9 +96,10 @@ static void gdi_render_msg(
|
||||
unsigned align;
|
||||
unsigned red, green, blue;
|
||||
unsigned drop_red, drop_green, drop_blue;
|
||||
gdi_t *gdi = (gdi_t*)userdata;
|
||||
gdi_raster_t *font = (gdi_raster_t*)data;
|
||||
unsigned width = video_info->width;
|
||||
unsigned height = video_info->height;
|
||||
unsigned width = gdi->video_width;
|
||||
unsigned height = gdi->video_height;
|
||||
SIZE textSize = {0};
|
||||
struct string_list *msg_list = NULL;
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
Loading…
x
Reference in New Issue
Block a user