From 54b3b6f7978b6ffe4fbba8ad8fec73480ca45a4d Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 4 Aug 2019 14:58:37 -0400 Subject: 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 --- apps/plugins/sdl/include/SDL_config_rockbox.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugins/sdl/include/SDL_config_rockbox.h') 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 @@ #define EOF (-1) #define LOAD_XPM + +#define WAV_MUSIC #define MID_MUSIC #define USE_TIMIDITY_MIDI -- cgit v1.2.3