X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2Fin_gp2x.c;h=78ee92ef87e13a88a88b8101f778eef4f040fcf1;hb=049a6b3e80151f6a5af726e25478ed15e111dfcc;hp=489bbf7dc8d86a206aa9d2a8ce74bda79f71b144;hpb=24b24674aedbdcb4432ab2ed823c3d9c97852da4;p=libpicofe.git diff --git a/gp2x/in_gp2x.c b/gp2x/in_gp2x.c index 489bbf7..78ee92e 100644 --- a/gp2x/in_gp2x.c +++ b/gp2x/in_gp2x.c @@ -103,7 +103,9 @@ static int in_gp2x_menu_translate(int keycode) case BTN_RIGHT: return PBTN_RIGHT; case BTN_B: return PBTN_MOK; case BTN_X: return PBTN_MBACK; - case BTN_START: return PBTN_MENU; + case BTN_SELECT:return PBTN_MENU; + case BTN_L: return PBTN_L; + case BTN_R: return PBTN_R; default: return 0; } }