freebsd-ports/emulators/pcsxr/files/patch-plugins-dfinput-pad.c
Li-Wen Hsu 9a4ee93491 Add pcsxr 1.9.91, playstation (PSX) emulator.
PR:		ports/147849
Submitted by:	Ganael Laplanche <ganael.laplanche at martymac.com>
2010-08-22 14:15:00 +00:00

9 lines
281 B
C

--- plugins/dfinput/pad.c.orig 2009-12-25 18:26:35.000000000 +0000
+++ plugins/dfinput/pad.c 2010-06-03 08:06:29.658820184 +0000
@@ -386,3 +386,6 @@
long PADtest(void) {
return PSE_PAD_ERR_SUCCESS;
}
+
+/* missing symbol : do nothing */
+void PADsetSensitive(int sensitive) {}