From 605d4f3954ce8e3cb20bafcb2fe9f7dd8086729a Mon Sep 17 00:00:00 2001 From: Tobias Jakobi Date: Wed, 5 Feb 2014 02:11:53 +0100 Subject: [PATCH] video_lima: slight reduction of font texture size --- gfx/lima_gfx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/lima_gfx.c b/gfx/lima_gfx.c index a50c399cda..772dd80519 100644 --- a/gfx/lima_gfx.c +++ b/gfx/lima_gfx.c @@ -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 ?