diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-10-12 05:03:32 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-10-12 05:03:32 +0000 |
commit | edee770d1d7f642af2be9af8b40a12f71b5e5a37 (patch) | |
tree | cf8a62986553a9eb2417b17cddd7c80ad6d8c0bc /emulators/Makefile | |
parent | Input plugin for Mupen64 (diff) |
Rice Daedalus graphics 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 59b566633ae3..c3ca3e7f9e5b 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -65,6 +65,7 @@ SUBDIR += mupen64-glide SUBDIR += mupen64-gln64 SUBDIR += mupen64-input + SUBDIR += mupen64-rice SUBDIR += osf1_base SUBDIR += p-interp SUBDIR += pcemu |