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 ?