mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-16 18:59:48 +12:00
8 lines
311 B
Objective-C
8 lines
311 B
Objective-C
// We do not need the ability to be able to encode or decode audio files for the time being
|
|
// So we disable said functionality to make the executable smaller.
|
|
#define MA_NO_DECODING
|
|
#define MA_NO_ENCODING
|
|
#define MINIAUDIO_IMPLEMENTATION
|
|
|
|
// On iOS we have to compile miniaudio as Obj-C
|
|
#include "miniaudio.h"
|