X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=drivers%2Fgp2x%2Fusbjoy.h;h=cdcc6547a226063fd28d8854449f11eb231514fe;hp=3d8810a7e57837dbcd7091a23deb37970a71d7cf;hb=3ee0ae39373065c2afa6ddd823a0f667d5875d8a;hpb=892b1f6c68346fa00dc3029ab8bd31178e730509 diff --git a/drivers/gp2x/usbjoy.h b/drivers/gp2x/usbjoy.h index 3d8810a..cdcc654 100644 --- a/drivers/gp2x/usbjoy.h +++ b/drivers/gp2x/usbjoy.h @@ -72,6 +72,7 @@ struct usbjoy { int numhats; int statebuttons[32]; int stateaxes[4]; + int axevals[2]; joy_type type; };