diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-10-12 05:05:50 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-10-12 05:05:50 +0000 |
commit | 79ba25f958b015bdeabe08ddb7fac0c13162d774 (patch) | |
tree | 3ba05bec07a42fbf5e8ee556e281a9005d70a7f6 /emulators/Makefile | |
parent | c080ea4c276170a2d9870ab70e9a2bfd792a3d3c (diff) | |
download | ports-79ba25f958b015bdeabe08ddb7fac0c13162d774.tar.gz ports-79ba25f958b015bdeabe08ddb7fac0c13162d774.zip |
JttL SDL 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=118793
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 76807f1ed92f..b810bd31bd8a 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -67,6 +67,7 @@ SUBDIR += mupen64-input SUBDIR += mupen64-rice SUBDIR += mupen64-rsp + SUBDIR += mupen64-sdlaudio SUBDIR += osf1_base SUBDIR += p-interp SUBDIR += pcemu |