Video plugin for Mupen64Plus v2.0, based on the Arachnoid plugin for Project64.
Go to file
Sven Eckelmann 03398c7e37 Force line ending type for specific files
Different operation systems (Unix vs. Windows) use different line ending types.
It can easily happen that users from different systems edit files and replace
all line endings of a file with the system specific version. This screws up
diffs and makes merges harder.

Git can normalize line endings for specific files and avoid this problem.
Binary files should be marked to avoid accidentally normalization.
2013-12-19 13:15:43 +01:00
projects Force line ending type for specific files 2013-12-19 13:15:43 +01:00
src Force line ending type for specific files 2013-12-19 13:15:43 +01:00
.gitattributes Force line ending type for specific files 2013-12-19 13:15:43 +01:00
.gitignore Convert .hgignore to .gitignore 2013-12-19 13:09:20 +01: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.