summaryrefslogtreecommitdiff
path: root/community/desmume/glx_3Demu.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/desmume/glx_3Demu.patch')
-rw-r--r--community/desmume/glx_3Demu.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/community/desmume/glx_3Demu.patch b/community/desmume/glx_3Demu.patch
new file mode 100644
index 000000000..a47342595
--- /dev/null
+++ b/community/desmume/glx_3Demu.patch
@@ -0,0 +1,25 @@
+--- src/desmume-0.9.10/src/gtk/glx_3Demu.cpp 2013-11-28 01:36:53.712615822 +0100
++++ glx_3Demu.cpp 2013-11-28 22:08:52.762390897 +0100
+@@ -41,11 +41,7 @@
+ glXDestroyContext(dpy, ctx);
+
+ XCloseDisplay(dpy);
+-
+- return true;
+ }
+-
+- return false;
+ }
+
+ int init_glx_3Demu(void)
+--- src/desmume-0.9.10/src/gtk/glx_3Demu.cpp 2013-11-28 01:36:53.712615822 +0100
++++ glx_3Demu.cpp 2013-11-28 22:14:34.529740137 +0100
+@@ -31,7 +31,7 @@
+ static GLXContext ctx;
+ static GLXPbuffer pbuf;
+
+-void deinit_glx_3Demu(void)
++int deinit_glx_3Demu(void)
+ {
+ Display *dpy = glXGetCurrentDisplay();
+