mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Add Vita SDK detection.
This commit is contained in:
+4
-1
@@ -4151,6 +4151,9 @@ typedef ma_uint16 wchar_t;
|
|||||||
#if defined(__DREAMCAST__)
|
#if defined(__DREAMCAST__)
|
||||||
#define MA_DREAMCAST /* Assuming KallistiOS. */
|
#define MA_DREAMCAST /* Assuming KallistiOS. */
|
||||||
#endif
|
#endif
|
||||||
|
#if defined(__vita__)
|
||||||
|
#define MA_VITA /* Assuming Vita SDK. */
|
||||||
|
#endif
|
||||||
#if defined(__BEOS__) || defined(__HAIKU__)
|
#if defined(__BEOS__) || defined(__HAIKU__)
|
||||||
#define MA_BEOS
|
#define MA_BEOS
|
||||||
#endif
|
#endif
|
||||||
@@ -19800,7 +19803,7 @@ Dynamic Linking
|
|||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
/* Disable run-time linking on certain backends and platforms. */
|
/* Disable run-time linking on certain backends and platforms. */
|
||||||
#ifndef MA_NO_RUNTIME_LINKING
|
#ifndef MA_NO_RUNTIME_LINKING
|
||||||
#if defined(MA_EMSCRIPTEN) || defined(MA_ORBIS) || defined(MA_PROSPERO) || defined(MA_SWITCH) || defined(MA_DREAMCAST)
|
#if defined(MA_EMSCRIPTEN) || defined(MA_ORBIS) || defined(MA_PROSPERO) || defined(MA_SWITCH) || defined(MA_DREAMCAST) || defined(MA_VITA)
|
||||||
#define MA_NO_RUNTIME_LINKING
|
#define MA_NO_RUNTIME_LINKING
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user