Video plugin for Mupen64Plus v2.0, based on the Arachnoid plugin for Project64.
Go to file
Sven Eckelmann 5722e78303 Enable Link-time optimization by default
The GCC introduced Link-time optimization in GCC 4.5 (2010-04-14). This should
be long enough available that interested users have upgraded to a compiler
supporting it.

The MSVC project already enabled WholeProgramOptimization since a long time.
Enabling it by default in GCC seems to be equally valid.
2013-05-09 22:50:00 +02:00
projects Enable Link-time optimization by default 2013-05-09 22:50:00 +02:00
src Don't use long to store pointers 2013-01-01 00:53:17 +01:00
.hgignore Ignore generated files in hg-status 2011-08-29 14:30:48 +02:00
COPYING added COPYING and README files 2009-11-22 15:47:55 -05:00
README added COPYING and README files 2009-11-22 15:47:55 -05:00

Arachnoid Graphics Plugin for Mupen64Plus
http://bitbucket.org/wahrhaft/mupen64plus-video-arachnoid/

Derived from the Project64/1964 version of Arachnoid, available from:
http://sourceforge.net/projects/arachnoid/

To build, enter the projects/unix directory and type "make".
To build a debugging version, use "make DEBUG=1" instead.