diff options
Diffstat (limited to 'emulators/snes9x/files/patch-af')
-rw-r--r-- | emulators/snes9x/files/patch-af | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/snes9x/files/patch-af b/emulators/snes9x/files/patch-af index 3b4bb724326c..c80a45a0ad5f 100644 --- a/emulators/snes9x/files/patch-af +++ b/emulators/snes9x/files/patch-af @@ -1,5 +1,5 @@ ---- unix/unix.cpp.orig Wed Feb 28 16:12:23 2001 -+++ unix/unix.cpp Fri Sep 20 14:58:01 2002 +--- unix/unix.cpp.orig Wed Feb 28 13:12:23 2001 ++++ unix/unix.cpp Sat Sep 28 20:16:36 2002 @@ -51,9 +51,11 @@ #include <ctype.h> @@ -63,7 +63,7 @@ +#include <dev/usb/usbhid.h> +#undef class + -+#include <libusb.h> ++#include <libusbhid.h> +} + +#define JOYSTICK_MAX_BUTTONS 16 |