RSP LLE plugin. Compile and run (slowly, eat 50% CPU) on the OpenPandora
authorptitSeb <sebastien.chev@gmail.com>
Tue, 24 Sep 2013 19:55:40 +0000 (21:55 +0200)
committerptitSeb <sebastien.chev@gmail.com>
Tue, 24 Sep 2013 19:55:40 +0000 (21:55 +0200)
commitfc5d46b49a19d41f9f2da5a9336daec452900475
treee303df268417046afa34086a4613f04310622962
parent292f9317f53c38c181439013be7276f86517fd6b
RSP LLE plugin. Compile and run (slowly, eat 50% CPU) on the OpenPandora
17 files changed:
source/mupen64plus-rsp-z64/.hg_archival.txt [new file with mode: 0644]
source/mupen64plus-rsp-z64/.hgignore [new file with mode: 0644]
source/mupen64plus-rsp-z64/.hgtags [new file with mode: 0644]
source/mupen64plus-rsp-z64/COPYING [new file with mode: 0644]
source/mupen64plus-rsp-z64/projects/unix/Makefile [new file with mode: 0755]
source/mupen64plus-rsp-z64/src/main_rsp.cpp [new file with mode: 0644]
source/mupen64plus-rsp-z64/src/rsp.cpp [new file with mode: 0644]
source/mupen64plus-rsp-z64/src/rsp.h [new file with mode: 0644]
source/mupen64plus-rsp-z64/src/rsp_api_export.ver [new file with mode: 0644]
source/mupen64plus-rsp-z64/src/rsp_dasm.cpp [new file with mode: 0644]
source/mupen64plus-rsp-z64/src/rsp_gen.cpp [new file with mode: 0644]
source/mupen64plus-rsp-z64/src/rsp_gen.h [new file with mode: 0644]
source/mupen64plus-rsp-z64/src/rsp_opinfo.cpp [new file with mode: 0644]
source/mupen64plus-rsp-z64/src/rsp_opinfo.h [new file with mode: 0644]
source/mupen64plus-rsp-z64/src/rsp_recomp.cpp [new file with mode: 0644]
source/mupen64plus-rsp-z64/src/rsp_recomp.h [new file with mode: 0644]
source/mupen64plus-rsp-z64/src/z64.h [new file with mode: 0644]