From bbb41ef3e74152e774209cdeec6ea7a7959f3e0f Mon Sep 17 00:00:00 2001 From: Pecusx Date: Fri, 7 May 2021 14:42:03 +0200 Subject: [PATCH] Set max key description lenght to 3 --- libretro/libretro-core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro/libretro-core.h b/libretro/libretro-core.h index 3563680..0d95843 100644 --- a/libretro/libretro-core.h +++ b/libretro/libretro-core.h @@ -43,7 +43,7 @@ extern int pauseg; #define NPLGN 12 #define NLIGN 5 -#define NLETT 5 +#define NLETT 3 #define XSIDE (CROP_WIDTH/NPLGN -1) #define YSIDE (CROP_HEIGHT/8 -1)