freebsd-ports/emulators/pcsxr/files/patch-plugins-dfinput-pad.c
Ganael LAPLANCHE 2a77ee7578 - Update to svn rev. 84102
- Use new Makefile header format

Feature safe:	yes
2013-04-19 07:40:04 +00:00

9 lines
281 B
C

--- plugins/dfinput/pad.c.orig 2013-04-17 16:44:04.000000000 +0200
+++ plugins/dfinput/pad.c 2013-04-17 16:46:50.000000000 +0200
@@ -683,3 +683,6 @@
long PADtest(void) {
return PSE_PAD_ERR_SUCCESS;
}
+
+/* missing symbol : do nothing */
+void PADsetSensitive(int sensitive) {}