Browse Source

Support XM modules by default

pull/269/head
raysan5 7 years ago
parent
commit
7bcae59477
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/audio.c

+ 1
- 0
src/audio.c View File

@ -68,6 +68,7 @@
//-------------------------------------------------
#define SUPPORT_FILEFORMAT_WAV
#define SUPPORT_FILEFORMAT_OGG
#define SUPPORT_FILEFORMAT_XM
//-------------------------------------------------
#if defined(AUDIO_STANDALONE)

Loading…
Cancel
Save