diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-10-12 04:57:04 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-10-12 04:57:04 +0000 |
commit | 66bef42e6b828d3fe36ce421f466fcc6ac224004 (patch) | |
tree | 38d6fe914faf0e32dff6ec4daeab828c16c0c59d /emulators/Makefile | |
parent | d57538b2e09c609c3f8d9fe83b820c602d0b41df (diff) | |
download | ports-66bef42e6b828d3fe36ce421f466fcc6ac224004.tar.gz ports-66bef42e6b828d3fe36ce421f466fcc6ac224004.zip |
Dummy sound plugin for Mupen64
-
Mupen64 is a highly portable Nintendo 64 emulator. It has been developed
on/for Linux originally but has already been ported successfully to other
operating systems. The program can easily be ported to all operating systems
supported by the SDL library.
In its current state, the emulator is highly compatible and uses a plugin
system. With the correct plugins ("correct" can be computer dependent), it
can achieve nearly perfect graphics and sound in many games.
WWW: http://mupen64.emulation64.com/
PR: 71895
Submitted by: Travis Poppe
Notes
Notes:
svn path=/head/; revision=118781
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index e5534bf9c8c8..bce56685e639 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -61,6 +61,7 @@ SUBDIR += mips64emul SUBDIR += mtools SUBDIR += mupen64-base + SUBDIR += mupen64-dummyaudio SUBDIR += osf1_base SUBDIR += p-interp SUBDIR += pcemu |