Add librsound_orig.c for targets other than PS3

This commit is contained in:
twinaphex 2013-07-08 00:38:03 +02:00
parent 44d447c6eb
commit 4e390c0dd1
3 changed files with 1838 additions and 1 deletions

View File

@ -16,7 +16,7 @@
#include "../driver.h"
#include <stdlib.h>
#ifdef RARCH_CONSOLE
#if defined(RARCH_CONSOLE) || defined(HAVE_GRIFFIN)
#include "../deps/librsound/rsound.h"
#else
#include <rsound.h>

1833
deps/librsound/librsound_orig.c vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@ -341,7 +341,11 @@ AUDIO RESAMPLER
RSOUND
============================================================ */
#ifdef HAVE_RSOUND
#ifdef __CELLOS_LV2__
#include "../deps/librsound/librsound.c"
#else
#include "../deps/librsound/librsound_orig.c"
#endif
#include "../audio/rsound.c"
#endif