diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-01-20 00:43:15 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-01-20 00:43:15 +0000 |
commit | 4dcf35f3f7edbd96ee4d5308c6c57a41574dfdc6 (patch) | |
tree | 80aa9c43d6b6c5af526fc62d271f7f2210e7cdee /emulators/zsnes/patches | |
parent | 5ce3136e97c5b72cb6e289e9608ce9d805e8e7c7 (diff) | |
download | pkgsrc-4dcf35f3f7edbd96ee4d5308c6c57a41574dfdc6.tar.gz |
Update to 1.41, lots of changes (bugfixes, speed improvements, etc).
See http://www.zsnes.com/ for the full list of changes.
Diffstat (limited to 'emulators/zsnes/patches')
-rw-r--r-- | emulators/zsnes/patches/patch-ab | 12 | ||||
-rw-r--r-- | emulators/zsnes/patches/patch-ac | 20 | ||||
-rw-r--r-- | emulators/zsnes/patches/patch-ad | 11 | ||||
-rw-r--r-- | emulators/zsnes/patches/patch-ae | 15 |
4 files changed, 37 insertions, 21 deletions
diff --git a/emulators/zsnes/patches/patch-ab b/emulators/zsnes/patches/patch-ab index c8a58ee83b3..4fcbaba2479 100644 --- a/emulators/zsnes/patches/patch-ab +++ b/emulators/zsnes/patches/patch-ab @@ -1,10 +1,10 @@ -$NetBSD: patch-ab,v 1.3 2002/08/31 00:15:41 wiz Exp $ +$NetBSD: patch-ab,v 1.4 2005/01/20 00:43:15 xtraeme Exp $ ---- gblhdr.h.orig Tue May 14 19:39:10 2002 -+++ gblhdr.h -@@ -117,3 +117,5 @@ - #include <sys/filio.h> +--- gblhdr.h.orig 2005-01-20 01:34:53.000000000 +0100 ++++ gblhdr.h 2005-01-20 01:35:06.000000000 +0100 +@@ -122,4 +122,4 @@ #endif #endif -+ + +- + #include <pthread.h> diff --git a/emulators/zsnes/patches/patch-ac b/emulators/zsnes/patches/patch-ac index 111c1d11f80..f339a3832b3 100644 --- a/emulators/zsnes/patches/patch-ac +++ b/emulators/zsnes/patches/patch-ac @@ -1,15 +1,15 @@ -$NetBSD: patch-ac,v 1.2 2002/08/31 00:15:41 wiz Exp $ +$NetBSD: patch-ac,v 1.3 2005/01/20 00:43:15 xtraeme Exp $ ---- zip/unzip.h.orig Thu May 23 02:03:08 2002 -+++ zip/unzip.h -@@ -47,6 +47,10 @@ extern "C" { - - #include <zlib.h> +--- zip/unzip.c.orig 2005-01-20 01:32:47.000000000 +0100 ++++ zip/unzip.c 2005-01-20 01:33:03.000000000 +0100 +@@ -15,6 +15,10 @@ + #include "zlib.h" + #include "zunzip.h" +#ifndef OF -+# define OF(args) args ++# define OF(args) args +#endif + - #if defined(STRICTUNZIP) || defined(STRICTZIPUNZIP) - /* like the STRICT of WIN32, we define a pointer that cannot be converted - from (void*) without cast */ + #ifdef STDC + # include <stddef.h> + # include <string.h> diff --git a/emulators/zsnes/patches/patch-ad b/emulators/zsnes/patches/patch-ad index f3da181a991..0c1063d2441 100644 --- a/emulators/zsnes/patches/patch-ad +++ b/emulators/zsnes/patches/patch-ad @@ -1,15 +1,16 @@ -$NetBSD: patch-ad,v 1.3 2004/02/11 18:34:18 ben Exp $ +$NetBSD: patch-ad,v 1.4 2005/01/20 00:43:15 xtraeme Exp $ ---- linux/sw_draw.c.orig 2002-07-06 19:03:16.000000000 -0700 -+++ linux/sw_draw.c -@@ -123,6 +123,10 @@ void sw_clearwin() +--- linux/sw_draw.c.orig 2005-01-14 14:11:18.000000000 +0100 ++++ linux/sw_draw.c 2005-01-20 01:34:10.000000000 +0100 +@@ -124,6 +124,11 @@ void sw_drawwin() { +#ifdef _PTH_PTHREAD_H_ -+ pthread_yield_np(); ++ pthread_yield_np(); +#endif + ++ NGNoTransp = 0; // Set this value to 1 within the appropriate // video mode if you want to add a custom // transparency routine or hardware diff --git a/emulators/zsnes/patches/patch-ae b/emulators/zsnes/patches/patch-ae new file mode 100644 index 00000000000..a745ccc48c2 --- /dev/null +++ b/emulators/zsnes/patches/patch-ae @@ -0,0 +1,15 @@ +$NetBSD: patch-ae,v 1.1 2005/01/20 00:43:15 xtraeme Exp $ + +--- zip/zunzip.h.orig 2005-01-20 01:37:57.000000000 +0100 ++++ zip/zunzip.h 2005-01-20 01:38:09.000000000 +0100 +@@ -41,6 +41,10 @@ + #ifndef _unz_H + #define _unz_H + ++#ifndef OF ++# define OF(args) args ++#endif ++ + #ifdef __cplusplus + extern "C" { + #endif |