summaryrefslogtreecommitdiff
path: root/emulators/snes9x/patches/patch-ao
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/snes9x/patches/patch-ao')
-rw-r--r--emulators/snes9x/patches/patch-ao12
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/snes9x/patches/patch-ao b/emulators/snes9x/patches/patch-ao
new file mode 100644
index 00000000000..72c88d96537
--- /dev/null
+++ b/emulators/snes9x/patches/patch-ao
@@ -0,0 +1,12 @@
+$NetBSD: patch-ao,v 1.1 2002/12/30 21:40:12 kristerw Exp $
+--- i386/sa1struc.h.orig Mon Dec 30 22:30:11 2002
++++ i386/sa1struc.h Mon Dec 30 22:30:50 2002
+@@ -38,7 +38,7 @@
+ * Super NES and Super Nintendo Entertainment System are trademarks of
+ * Nintendo Co., Limited and its subsidiary companies.
+ */
+-#if defined(__DJGCC) || defined(MICROSOFT_C) || defined(_WINDOWS)
++#if defined(__DJGCC) || defined(MICROSOFT_C) || defined(_WINDOWS) || defined(_ASM_UNDERBARS)
+ #define S9xTraceMessage _S9xTraceMessage
+ #define S9xGetPPU _S9xGetPPU
+ #define S9xSetPPU _S9xSetPPU