freebsd-ports/emulators/pcsxr/files/patch-plugins-dfxvideo-gpu.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
309 B
C

--- plugins/dfxvideo/gpu.c.orig 2010-05-20 05:55:08.652920412 +0000
+++ plugins/dfxvideo/gpu.c 2010-05-20 05:55:46.907370070 +0000
@@ -1930,3 +1930,6 @@
}
////////////////////////////////////////////////////////////////////////
+
+/* missing symbol : do nothing */
+void CALLBACK GPUclearDynarec(void) {}