X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=gp2x%2Fin_gp2x.c;fp=gp2x%2Fin_gp2x.c;h=ec50a3605676278e12762bd3be425824c1e6232b;hb=8af2da727390116fe2623fc2ddab7c164114b589;hp=273c03be6c927e6436adea7753f8ccab73ebc830;hpb=b0eec79345b2587d433e782a4bbc6f4d1478c09b;p=libpicofe.git diff --git a/gp2x/in_gp2x.c b/gp2x/in_gp2x.c index 273c03b..ec50a36 100644 --- a/gp2x/in_gp2x.c +++ b/gp2x/in_gp2x.c @@ -27,7 +27,7 @@ enum { BTN_UP = 0, BTN_LEFT = 2, BTN_DOWN = 4, BTN_RIGHT = 6, BTN_VOL_UP = 23, BTN_VOL_DOWN = 22, BTN_PUSH = 27 }; static const char * const in_gp2x_prefix = IN_PREFIX; -static const char * const in_gp2x_keys[IN_GP2X_NBUTTONS] = { +static const char *in_gp2x_keys[IN_GP2X_NBUTTONS] = { [0 ... IN_GP2X_NBUTTONS-1] = NULL, [BTN_UP] = "UP", [BTN_LEFT] = "LEFT", [BTN_DOWN] = "DOWN", [BTN_RIGHT] = "RIGHT", [BTN_START] = "START", [BTN_SELECT] = "SELECT", [BTN_L] = "L", [BTN_R] = "R", @@ -104,6 +104,7 @@ static void in_gp2x_probe(void) return; } in_gp2x_get_bits = in_gp2x_get_wiz_bits; + in_gp2x_keys[BTN_START] = "MENU"; break; default: #ifdef FAKE_IN_GP2X