From 2f6e8d86d739b6415c976f6a840c27a76fa6c294 Mon Sep 17 00:00:00 2001 From: Brian Feldman Date: Sat, 9 Aug 2003 13:21:14 +0000 Subject: Now that there's a download site again, upgrade to version 1.40. Submitted by: KATO Tsuguru PR: ports/44225 --- emulators/snes9x/files/patch-2XSAI.CPP | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 emulators/snes9x/files/patch-2XSAI.CPP (limited to 'emulators/snes9x/files/patch-2XSAI.CPP') 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" + { -- cgit v1.2.3