From 29e0d229792571d5cc5ba0603048da06b38c5a8a Mon Sep 17 00:00:00 2001 From: Pecusx Date: Tue, 4 May 2021 23:42:29 +0200 Subject: [PATCH] Start, Option, Help and Emulator Menu buttons --- libretro/vkbd_def.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libretro/vkbd_def.h b/libretro/vkbd_def.h index 65b6be2..d37dec7 100644 --- a/libretro/vkbd_def.h +++ b/libretro/vkbd_def.h @@ -101,9 +101,9 @@ Mvk MVk[NPLGN*NLIGN*2]={ { " @" ," |" ,0x32}, { " [" ," [" ,0x21}, - { "OPT" ,"OPT" ,RETROK_F4}, //70+14 + { "STA" ,"STA" ,RETROK_F4}, //70+14 { "RES." ,"RES." ,RETROK_F5}, - { " F6" ," F6" ,RETROK_F6}, + { "HELP" ,"HELP" ,RETROK_F6}, { " ." ," ." ,0x07}, { " <-" ," <-" ,0x10}, { "COPY" ,"COPY" ,0x11}, @@ -114,8 +114,8 @@ Mvk MVk[NPLGN*NLIGN*2]={ { " *" ," *", RETROK_ASTERISK}, { "# " ,"# " ,RETROK_HASH}, - { "HELP" ,"HELP" ,RETROK_F1},//80+16 - { "STA" ,"STA" ,RETROK_F2}, + { "MENU" ,"MENU" ,RETROK_F1},//80+16 + { "OPT" ,"OPT" ,RETROK_F2}, { "SEL" ,"SEL" ,RETROK_F3}, { "Ent" ,"Ent" ,0x06}, { " b" ," B" ,0x66},