mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-21 08:26:17 +00:00
fix font sizes on android
This commit is contained in:
parent
36c9a32436
commit
e07c4872db
@ -240,7 +240,8 @@ static const bool aspect_ratio_auto = false; // 1:1 PAR
|
||||
static const bool crop_overscan = true;
|
||||
|
||||
// Font size for on-screen messages.
|
||||
#ifdef HAVE_RMENU
|
||||
// TODO: use RARCH_CONSOLE instead? need to test
|
||||
#if defined(HAVE_RMENU) && !defined(HAVE_RGUI)
|
||||
static const float font_size = 1.0f;
|
||||
#else
|
||||
static const float font_size = 48;
|
||||
|
Loading…
x
Reference in New Issue
Block a user