mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
video_lima: slight reduction of font texture size
This commit is contained in:
parent
72009fe3d7
commit
605d4f3954
@ -597,7 +597,7 @@ static void *lima_gfx_init(const video_info_t *video, const input_driver_t **inp
|
||||
|
||||
lima->screen_aspect = get_screen_aspect(lima->state);
|
||||
|
||||
lima->font_height = 480;
|
||||
lima->font_height = 360;
|
||||
lima->font_width = align_common((unsigned)(lima->screen_aspect * (float)lima->font_height), 4);
|
||||
|
||||
lima->upload_format = video->rgb32 ?
|
||||
|
Loading…
x
Reference in New Issue
Block a user