diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-10-12 13:04:27 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-10-12 13:04:27 +0800 |
commit | 78e7c8edb76a3155e6930af4fdff3ab557a61b2f (patch) | |
tree | c434b129e92285a3d7322ddfcd7a1fb6c48299a0 /emulators/Makefile | |
parent | 93ac338b3ead33c6be1470db13d57f688244b52f (diff) | |
download | freebsd-ports-gnome-78e7c8edb76a3155e6930af4fdff3ab557a61b2f.tar.gz freebsd-ports-gnome-78e7c8edb76a3155e6930af4fdff3ab557a61b2f.tar.zst freebsd-ports-gnome-78e7c8edb76a3155e6930af4fdff3ab557a61b2f.zip |
RSP 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
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 c3ca3e7f9e5b..76807f1ed92f 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -66,6 +66,7 @@ SUBDIR += mupen64-gln64 SUBDIR += mupen64-input SUBDIR += mupen64-rice + SUBDIR += mupen64-rsp SUBDIR += osf1_base SUBDIR += p-interp SUBDIR += pcemu |