summaryrefslogtreecommitdiffstats
path: root/games/desmume/glx_3Demu.cpp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games/desmume/glx_3Demu.cpp.patch')
-rw-r--r--games/desmume/glx_3Demu.cpp.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/games/desmume/glx_3Demu.cpp.patch b/games/desmume/glx_3Demu.cpp.patch
new file mode 100644
index 0000000000..a26415cfc6
--- /dev/null
+++ b/games/desmume/glx_3Demu.cpp.patch
@@ -0,0 +1,10 @@
+--- a/trunk/desmume/src/gtk/glx_3Demu.cpp
++++ b/trunk/desmume/src/gtk/glx_3Demu.cpp
+@@ -31,7 +31,7 @@
+ static GLXContext ctx;
+ static GLXPbuffer pbuf;
+
+-void deinit_glx_3Demu(void)
++int deinit_glx_3Demu(void)
+ {
+ Display *dpy = glXGetCurrentDisplay();