mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-21 15:56:58 +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__)
|
||||
#define MA_DREAMCAST /* Assuming KallistiOS. */
|
||||
#endif
|
||||
#if defined(__vita__)
|
||||
#define MA_VITA /* Assuming Vita SDK. */
|
||||
#endif
|
||||
#if defined(__BEOS__) || defined(__HAIKU__)
|
||||
#define MA_BEOS
|
||||
#endif
|
||||
@@ -19800,7 +19803,7 @@ Dynamic Linking
|
||||
*******************************************************************************/
|
||||
/* Disable run-time linking on certain backends and platforms. */
|
||||
#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
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user