diff options
Diffstat (limited to 'emulators/snes9x/patches/patch-ag')
-rw-r--r-- | emulators/snes9x/patches/patch-ag | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/snes9x/patches/patch-ag b/emulators/snes9x/patches/patch-ag new file mode 100644 index 00000000000..7760b0ed3a5 --- /dev/null +++ b/emulators/snes9x/patches/patch-ag @@ -0,0 +1,12 @@ +$NetBSD: patch-ag,v 1.1 2000/11/16 02:27:05 wiz Exp $ + +--- apudebug.cpp.orig Fri Oct 6 23:02:38 2000 ++++ apudebug.cpp +@@ -41,7 +41,6 @@ + #include "apu.h" + #include "soundux.h" + #include "cpuexec.h" +-#include "spctool/spc700.h" + + #ifdef DEBUGGER + extern int NoiseFreq [32]; |