diff options
Diffstat (limited to 'emulators/snes9x/patches/patch-am')
-rw-r--r-- | emulators/snes9x/patches/patch-am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/snes9x/patches/patch-am b/emulators/snes9x/patches/patch-am new file mode 100644 index 00000000000..7ae7402f488 --- /dev/null +++ b/emulators/snes9x/patches/patch-am @@ -0,0 +1,12 @@ +$NetBSD: patch-am,v 1.1 2002/12/30 21:40:12 kristerw Exp $ +--- i386/spc.asm.orig Mon Dec 30 21:53:48 2002 ++++ i386/spc.asm Mon Dec 30 21:54:09 2002 +@@ -18,7 +18,7 @@ + ;Destroys: + ; EAX + +-%ifdef __DJGPP__ ++%ifdef _ASM_UNDERBARS + %define DecodeBlockAsm _DecodeBlockAsm + %define DecodeBlockAsm2 _DecodeBlockAsm2 + %endif |