diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-10-12 12:58:19 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-10-12 12:58:19 +0800 |
commit | a78799ff3565f900a505905c454e335905b6e4d1 (patch) | |
tree | 26b9c4d254f3615d8adbeb5c3f05134929006c0d /emulators/Makefile | |
parent | 7f1917d1f4cd35a1000cfbcea8338a6536dd0bc0 (diff) | |
download | freebsd-ports-gnome-a78799ff3565f900a505905c454e335905b6e4d1.tar.gz freebsd-ports-gnome-a78799ff3565f900a505905c454e335905b6e4d1.tar.zst freebsd-ports-gnome-a78799ff3565f900a505905c454e335905b6e4d1.zip |
Glide64 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 bce56685e639..8f52617e6d05 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -62,6 +62,7 @@ SUBDIR += mtools SUBDIR += mupen64-base SUBDIR += mupen64-dummyaudio + SUBDIR += mupen64-glide SUBDIR += osf1_base SUBDIR += p-interp SUBDIR += pcemu |