X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2Fin_gp2x.h;h=aa009bbc6a51b5db303e06415e6ed317777691a7;hb=8e77275edade55d89b0723a60ab4ef1e2ec288de;hp=30af5c358bb6e7c81298f29df268d53f324c323c;hpb=ee0f881e9f135db6ed9337b99f611b3cae955f8c;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);