X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2Fin_gp2x.h;h=aa009bbc6a51b5db303e06415e6ed317777691a7;hb=c7d27148ae9cf40204bf965561b9b57daff15521;hp=30af5c358bb6e7c81298f29df268d53f324c323c;hpb=13b692eb4ee66fd0c7d4d45bdead750a4defa90e;p=libpicofe.git diff --git a/gp2x/in_gp2x.h b/gp2x/in_gp2x.h index 30af5c3..aa009bb 100644 --- a/gp2x/in_gp2x.h +++ b/gp2x/in_gp2x.h @@ -1,3 +1,3 @@ void in_gp2x_init(void *vdrv); -int in_gp2x_update(void *drv_data, int *binds); +int in_gp2x_update(void *drv_data, const int *binds, int *result);