diff options
author | acm <acm@FreeBSD.org> | 2008-05-21 02:36:41 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2008-05-21 02:36:41 +0800 |
commit | caff0d033a6c1ce95fe30e48d60be3a0dbf7bb34 (patch) | |
tree | 76b0aee5cc40a5892fe3bdad4001164803236fdf /emulators/Makefile | |
parent | f3ebbcbd75c0f07a75dcc636a2f8e0307eb79012 (diff) | |
download | freebsd-ports-graphics-caff0d033a6c1ce95fe30e48d60be3a0dbf7bb34.tar.gz freebsd-ports-graphics-caff0d033a6c1ce95fe30e48d60be3a0dbf7bb34.tar.zst freebsd-ports-graphics-caff0d033a6c1ce95fe30e48d60be3a0dbf7bb34.zip |
- New port: emulators/mupen64plus-base
Mupen64Plus is a plugin-based N64 emulator for Linux, FreeBSD which is capable
of accurately playing many games. Included are four MIPS R4300 CPU emulators,
with dynamic recompilers for 32-bit x86 and 64-bit amd64 systems, and necessary
plugins for audio, graphical rendering (RDP), signal co-processor (RSP), and
input. There are 3 OpenGL video plugins included: glN64, RiceVideoLinux, and
Glide64.
WWW: http://code.google.com/p/mupen64plus/
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 30cd4f992e4..8f07602b32f 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -107,6 +107,7 @@ SUBDIR += mupen64-softgfx SUBDIR += mupen64-sound SUBDIR += mupen64-tr64 + SUBDIR += mupen64plus-base SUBDIR += nonpareil SUBDIR += o2em SUBDIR += ods2reader |