mirror of
https://github.com/izzy2lost/Panda3DS.git
synced 2026-03-10 12:38:37 -07:00
7 lines
262 B
C++
7 lines
262 B
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
|
|
|
|
#include "miniaudio.h" |