summaryrefslogtreecommitdiff
path: root/apps/plugins/sdl/include/SDL_config_rockbox.h
diff options
context:
space:
mode:
authorFranklin Wei <franklin@rockbox.org>2019-08-04 14:58:37 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-10-27 10:23:57 -0400
commit54b3b6f7978b6ffe4fbba8ad8fec73480ca45a4d (patch)
treebbcc5f66f136757e582424e5d98d5e554bbba383 /apps/plugins/sdl/include/SDL_config_rockbox.h
parentf5d31fc1c4e31d7da00c87204ae58df9af44bcd1 (diff)
downloadrockbox-54b3b6f7978b6ffe4fbba8ad8fec73480ca45a4d.tar.gz
rockbox-54b3b6f7978b6ffe4fbba8ad8fec73480ca45a4d.zip
quake: migrate to SDL_mixer and add background music
Kind of skippy and only supports WAV. MP3 would be nice, especially if using Rockbox's codec. Change-Id: I0bba195603da32da1e4d1dcf2ee821fa5696824a
Diffstat (limited to 'apps/plugins/sdl/include/SDL_config_rockbox.h')
-rw-r--r--apps/plugins/sdl/include/SDL_config_rockbox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/sdl/include/SDL_config_rockbox.h b/apps/plugins/sdl/include/SDL_config_rockbox.h
index 2a4c62801d..e415421a5a 100644
--- a/apps/plugins/sdl/include/SDL_config_rockbox.h
+++ b/apps/plugins/sdl/include/SDL_config_rockbox.h
@@ -190,6 +190,8 @@
190#define EOF (-1) 190#define EOF (-1)
191 191
192#define LOAD_XPM 192#define LOAD_XPM
193
194#define WAV_MUSIC
193#define MID_MUSIC 195#define MID_MUSIC
194#define USE_TIMIDITY_MIDI 196#define USE_TIMIDITY_MIDI
195 197