diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-03-31 14:01:19 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-03-31 14:01:19 +0000 |
commit | 468b815704aca7d7920a2bf4454b3ec5f037b261 (patch) | |
tree | f3e3755a208980145b2ef91af3550c167c90641d /emulators/snes9x/files/patch-ad | |
parent | Update to 2.80.1 (diff) |
Update to 118e
Now it comes with sound!
But disabled the joystick
PR: ports/10852
Submitted by: nakai@internetsolutions.co.jp
Notes
Notes:
svn path=/head/; revision=17497
Diffstat (limited to 'emulators/snes9x/files/patch-ad')
-rw-r--r-- | emulators/snes9x/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/snes9x/files/patch-ad b/emulators/snes9x/files/patch-ad new file mode 100644 index 000000000000..310155cdf69a --- /dev/null +++ b/emulators/snes9x/files/patch-ad @@ -0,0 +1,11 @@ +--- unix/unix.cpp.orig Sat Mar 27 15:20:06 1999 ++++ unix/unix.cpp Sat Mar 27 15:20:14 1999 +@@ -57,7 +57,7 @@ + #endif + + #ifdef __linux +-#include <sys/soundcard.h> ++#include <machine/soundcard.h> + #endif + + #ifdef __sun |