RSP HLE plugin. Compile and run on the OpenPandora
authorptitSeb <sebastien.chev@gmail.com>
Tue, 24 Sep 2013 19:39:44 +0000 (21:39 +0200)
committerptitSeb <sebastien.chev@gmail.com>
Tue, 24 Sep 2013 19:39:44 +0000 (21:39 +0200)
commitd9e74a6f3c9f96acfb0d64f4bda43f9b9c14984e
tree573a51630822033f3f72362739e847435127ae78
parent48d52ab5e2ab263c49b77c46ec72a6130d31a51a
RSP HLE plugin. Compile and run on the OpenPandora
20 files changed:
source/mupen64plus-rsp-hle/INSTALL [new file with mode: 0644]
source/mupen64plus-rsp-hle/LICENSES [new file with mode: 0644]
source/mupen64plus-rsp-hle/RELEASE [new file with mode: 0644]
source/mupen64plus-rsp-hle/projects/msvc11/mupen64plus-rsp-hle.vcxproj [new file with mode: 0644]
source/mupen64plus-rsp-hle/projects/msvc8/mupen64plus-rsp-hle.vcproj [new file with mode: 0644]
source/mupen64plus-rsp-hle/projects/unix/Makefile [new file with mode: 0755]
source/mupen64plus-rsp-hle/src/alist.c [new file with mode: 0644]
source/mupen64plus-rsp-hle/src/alist.h [new file with mode: 0644]
source/mupen64plus-rsp-hle/src/alist_internal.h [new file with mode: 0644]
source/mupen64plus-rsp-hle/src/cicx105.c [new file with mode: 0644]
source/mupen64plus-rsp-hle/src/cicx105.h [new file with mode: 0644]
source/mupen64plus-rsp-hle/src/hle.h [new file with mode: 0644]
source/mupen64plus-rsp-hle/src/jpeg.c [new file with mode: 0755]
source/mupen64plus-rsp-hle/src/jpeg.h [new file with mode: 0644]
source/mupen64plus-rsp-hle/src/main.c [new file with mode: 0644]
source/mupen64plus-rsp-hle/src/rsp_api_export.ver [new file with mode: 0644]
source/mupen64plus-rsp-hle/src/ucode1.cpp [new file with mode: 0644]
source/mupen64plus-rsp-hle/src/ucode2.cpp [new file with mode: 0644]
source/mupen64plus-rsp-hle/src/ucode3.cpp [new file with mode: 0644]
source/mupen64plus-rsp-hle/src/ucode3mp3.cpp [new file with mode: 0644]