|
Line
Link Here
|
|
Explicitly disable exceptions in SoundTouch headers because Dolphin |
|
Explicitly disable exceptions in SoundTouch headers because Dolphin |
| 1 |
is compiled with -fno-exceptions. |
1 |
is compiled with -fno-exceptions. |
| 2 |
-- |
2 |
++ b/Source/Core/AudioCommon/OpenALStream.h |
| 3 |
-- a/Source/Core/AudioCommon/OpenALStream.h |
|
|
|
Lines 32-37
Link Here
|
| 32 |
#define BOOL SoundTouch_BOOL |
32 |
#define BOOL SoundTouch_BOOL |
| 33 |
#endif |
33 |
#endif |
| 34 |
|
34 |
|
|
|
35 |
#define ST_NO_EXCEPTION_HANDLING |
| 35 |
#include <soundtouch/SoundTouch.h> |
36 |
#include <soundtouch/SoundTouch.h> |
| 36 |
#include <soundtouch/STTypes.h> |
37 |
#include <soundtouch/STTypes.h> |
| 37 |
|
38 |
|