freebsd-ports/emulators/pcsxr/files/patch-plugins-peopsxgl-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

10 lines
307 B
C

--- plugins/peopsxgl/gpu.c.orig 2010-05-20 05:59:22.148962228 +0000
+++ plugins/peopsxgl/gpu.c 2010-05-20 06:12:07.650815396 +0000
@@ -3194,3 +3194,7 @@
{
dwCoreFlags=dwFlags;
}
+
+/* missing symbols : do nothing */
+void CALLBACK GPUclearDynarec(void) {}
+void CALLBACK GPUdisplayText(char * pText) {}