1.1 --- a/src/maple/controller.c Tue Oct 23 10:47:17 2007 +0000
1.2 +++ b/src/maple/controller.c Thu Nov 08 11:54:16 2007 +0000
1.5 - * $Id: controller.c,v 1.9 2007-10-23 10:47:17 nkeynes Exp $
1.6 + * $Id: controller.c,v 1.10 2007-11-08 11:54:16 nkeynes Exp $
1.8 * Implements the standard dreamcast controller
1.11 maple_device_t controller_new();
1.12 lxdream_config_entry_t controller_get_config( maple_device_t dev );
1.13 int controller_get_cond( maple_device_t dev, int function, unsigned char *outbuf,
1.15 + unsigned int *outlen );
1.17 typedef struct controller_device {
1.18 struct maple_device dev;
1.22 int controller_get_cond( maple_device_t mdev, int function, unsigned char *outbuf,
1.24 + unsigned int *outlen )
1.26 controller_device_t dev = (controller_device_t)mdev;
1.27 if( function == MAPLE_FUNC_CONTROLLER ) {