Input SDL plugin. Compile and run on the OpenPandora. Include config for Pandora...
authorptitSeb <sebastien.chev@gmail.com>
Tue, 24 Sep 2013 19:34:56 +0000 (21:34 +0200)
committerptitSeb <sebastien.chev@gmail.com>
Tue, 24 Sep 2013 19:34:56 +0000 (21:34 +0200)
commit48d52ab5e2ab263c49b77c46ec72a6130d31a51a
treec2a6833d2524114ba8fa916969a06a13900ece04
parent852ee1c3556c09f35d264c934612845fe29c64bd
Input SDL plugin. Compile and run on the OpenPandora. Include config for Pandora and Retrode
21 files changed:
source/mupen64plus-input-sdl/AUTHORS [new file with mode: 0644]
source/mupen64plus-input-sdl/COPYING [new file with mode: 0644]
source/mupen64plus-input-sdl/INSTALL [new file with mode: 0644]
source/mupen64plus-input-sdl/LICENSES [new file with mode: 0644]
source/mupen64plus-input-sdl/README [new file with mode: 0644]
source/mupen64plus-input-sdl/RELEASE [new file with mode: 0644]
source/mupen64plus-input-sdl/data/InputAutoCfg.ini [new file with mode: 0644]
source/mupen64plus-input-sdl/projects/msvc11/mupen64plus-input-sdl.vcxproj [new file with mode: 0644]
source/mupen64plus-input-sdl/projects/msvc8/mupen64plus-input-sdl.vcproj [new file with mode: 0644]
source/mupen64plus-input-sdl/projects/unix/Makefile [new file with mode: 0755]
source/mupen64plus-input-sdl/src/autoconfig.c [new file with mode: 0644]
source/mupen64plus-input-sdl/src/autoconfig.h [new file with mode: 0644]
source/mupen64plus-input-sdl/src/config.c [new file with mode: 0644]
source/mupen64plus-input-sdl/src/config.h [new file with mode: 0644]
source/mupen64plus-input-sdl/src/osal_dynamiclib.h [new file with mode: 0644]
source/mupen64plus-input-sdl/src/osal_dynamiclib_unix.c [new file with mode: 0644]
source/mupen64plus-input-sdl/src/osal_dynamiclib_win32.c [new file with mode: 0644]
source/mupen64plus-input-sdl/src/osal_preproc.h [new file with mode: 0644]
source/mupen64plus-input-sdl/src/plugin.c [new file with mode: 0644]
source/mupen64plus-input-sdl/src/plugin.h [new file with mode: 0644]
source/mupen64plus-input-sdl/src/version.h [new file with mode: 0644]