From 9b2c18ca44cf2e5fa1549f295d4a70c412954727 Mon Sep 17 00:00:00 2001 From: Pecusx Date: Tue, 4 May 2021 23:34:16 +0200 Subject: [PATCH] Return? --- libretro/vkbd_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro/vkbd_def.h b/libretro/vkbd_def.h index e581596..65b6be2 100644 --- a/libretro/vkbd_def.h +++ b/libretro/vkbd_def.h @@ -64,7 +64,7 @@ Mvk MVk[NPLGN*NLIGN*2]={ { "PG2","PG2" ,-2}, //40+8 { "TAB","TAB" ,RETROK_TAB}, { "CPSL" ,"CPSL" ,0x86}, - { "RET" ,"RET" ,RETROK_ENTER}, + { "RET" ,"RET" ,RETROK_RETURN}, { "DEL" ,"DEL" ,0x97}, { "CTRL" ,"CTRL" ,0x27}, { "CLR" ,"CLR" , 0x20},