diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-10-12 05:02:20 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-10-12 05:02:20 +0000 |
commit | e77eb1a8bd2969918921bc54e7df55133366d458 (patch) | |
tree | eea38ed52b5cf8d8086ee94068ae1e3a9ae520a5 /emulators/Makefile | |
parent | glN64 graphics plugin for Mupen64 (diff) |
Input 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 b8f06659b60e..59b566633ae3 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -64,6 +64,7 @@ SUBDIR += mupen64-dummyaudio SUBDIR += mupen64-glide SUBDIR += mupen64-gln64 + SUBDIR += mupen64-input SUBDIR += osf1_base SUBDIR += p-interp SUBDIR += pcemu |