From 632ff8bc8e5bc6019a2b0b03bae8ea9916328f89 Mon Sep 17 00:00:00 2001 From: dinoex Date: Tue, 12 Oct 2004 05:02:20 +0000 Subject: 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 --- emulators/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'emulators/Makefile') 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 -- cgit