mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-13 22:08:34 +00:00
Add librsound_orig.c for targets other than PS3
This commit is contained in:
parent
44d447c6eb
commit
4e390c0dd1
@ -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
1833
deps/librsound/librsound_orig.c
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user