video_lima: slight reduction of font texture size

This commit is contained in:
Tobias Jakobi 2014-02-05 02:11:53 +01:00
parent 72009fe3d7
commit 605d4f3954

View File

@ -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 ?