Audio SDL plugin. Compile and run on the OpenPandora
authorptitSeb <sebastien.chev@gmail.com>
Tue, 24 Sep 2013 19:21:56 +0000 (21:21 +0200)
committerptitSeb <sebastien.chev@gmail.com>
Tue, 24 Sep 2013 19:21:56 +0000 (21:21 +0200)
commit852ee1c3556c09f35d264c934612845fe29c64bd
tree572d0bb92e45d01fb0576fc65754a198cd2538e4
parent451ab91e3827a6384981b3300e2a7000d2eaba58
Audio SDL plugin. Compile and run on the OpenPandora
13 files changed:
source/mupen64plus-audio-sdl/INSTALL [new file with mode: 0644]
source/mupen64plus-audio-sdl/LICENSES [new file with mode: 0644]
source/mupen64plus-audio-sdl/RELEASE [new file with mode: 0644]
source/mupen64plus-audio-sdl/projects/msvc11/mupen64plus-audio-sdl.vcxproj [new file with mode: 0644]
source/mupen64plus-audio-sdl/projects/msvc8/mupen64plus-audio-sdl.vcproj [new file with mode: 0644]
source/mupen64plus-audio-sdl/projects/unix/Makefile [new file with mode: 0755]
source/mupen64plus-audio-sdl/src/main.c [new file with mode: 0755]
source/mupen64plus-audio-sdl/src/main.h [new file with mode: 0755]
source/mupen64plus-audio-sdl/src/osal_dynamiclib.h [new file with mode: 0644]
source/mupen64plus-audio-sdl/src/osal_dynamiclib_unix.c [new file with mode: 0644]
source/mupen64plus-audio-sdl/src/osal_dynamiclib_win32.c [new file with mode: 0644]
source/mupen64plus-audio-sdl/src/volume.c [new file with mode: 0644]
source/mupen64plus-audio-sdl/src/volume.h [new file with mode: 0644]