summaryrefslogtreecommitdiff
path: root/emulators/snes9x/files/patch-2XSAI.CPP
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2003-08-09 13:21:14 +0000
committerBrian Feldman <green@FreeBSD.org>2003-08-09 13:21:14 +0000
commit2f6e8d86d739b6415c976f6a840c27a76fa6c294 (patch)
tree36b287a17cbefa3e534cd4a405ef3edc824d2930 /emulators/snes9x/files/patch-2XSAI.CPP
parentUpdate to 0.06 (diff)
Now that there's a download site again, upgrade to version 1.40.
Submitted by: KATO Tsuguru <tkato@prontomail.com> PR: ports/44225
Diffstat (limited to 'emulators/snes9x/files/patch-2XSAI.CPP')
-rw-r--r--emulators/snes9x/files/patch-2XSAI.CPP21
1 files changed, 21 insertions, 0 deletions
diff --git a/emulators/snes9x/files/patch-2XSAI.CPP b/emulators/snes9x/files/patch-2XSAI.CPP
new file mode 100644
index 000000000000..3a00cac91e40
--- /dev/null
+++ b/emulators/snes9x/files/patch-2XSAI.CPP
@@ -0,0 +1,21 @@
+--- 2XSAI.CPP.orig Fri Jul 25 23:20:19 2003
++++ 2XSAI.CPP Sat Aug 9 00:54:02 2003
+@@ -81,12 +81,12 @@
+ #include "port.h"
+ #include "gfx.h"
+
+-#if (!defined(NOASM) && defined (__i386__) || defined (__i486__) || \
+- defined (__i586__) || defined (__WIN32__) || defined (__DJGPP))
+-# ifndef MMX
+-# define MMX
+-# endif
+-#endif
++//#if (!defined(NOASM) && defined (__i386__) || defined (__i486__) || \
++// defined (__i586__) || defined (__WIN32__) || defined (__DJGPP))
++//# ifndef MMX
++//# define MMX
++//# endif
++//#endif
+
+ extern "C"
+ {