Search
lxdream.org :: lxdream/src/maple/controller.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/maple/controller.c
changeset 502:c4ecae2b1b5e
prev460:a0c865b74c63
next561:533f6b478071
author nkeynes
date Fri Nov 16 23:51:23 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Move native cd drivers under the drivers directory
file annotate diff log raw
1.1 --- a/src/maple/controller.c Tue Oct 23 10:47:17 2007 +0000
1.2 +++ b/src/maple/controller.c Fri Nov 16 23:51:23 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
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.7 *
1.8 * Implements the standard dreamcast controller
1.9 *
1.10 @@ -32,7 +32,7 @@
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.14 - int *outlen );
1.15 + unsigned int *outlen );
1.16
1.17 typedef struct controller_device {
1.18 struct maple_device dev;
1.19 @@ -187,7 +187,7 @@
1.20
1.21
1.22 int controller_get_cond( maple_device_t mdev, int function, unsigned char *outbuf,
1.23 - int *outlen )
1.24 + unsigned int *outlen )
1.25 {
1.26 controller_device_t dev = (controller_device_t)mdev;
1.27 if( function == MAPLE_FUNC_CONTROLLER ) {
.