summaryrefslogtreecommitdiffstats
path: root/development/gambas3/sdl2_mixer.diff
diff options
context:
space:
mode:
Diffstat (limited to 'development/gambas3/sdl2_mixer.diff')
-rw-r--r--development/gambas3/sdl2_mixer.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/development/gambas3/sdl2_mixer.diff b/development/gambas3/sdl2_mixer.diff
new file mode 100644
index 0000000000..1e71a0ffa2
--- /dev/null
+++ b/development/gambas3/sdl2_mixer.diff
@@ -0,0 +1,11 @@
+--- a/gb.sdl2/src/audio/main.c 2017-07-18 17:48:44.000000000 +0200
++++ b/gb.sdl2/src/audio/main.c.new 2017-11-09 21:33:11.442013948 +0100
+@@ -58,7 +58,7 @@
+ init_mixer(MIX_INIT_OGG, "OGG");
+ init_mixer(MIX_INIT_MOD, "MOD");
+ init_mixer(MIX_INIT_FLAC, "FLAC");
+- init_mixer(MIX_INIT_FLUIDSYNTH, "FLUIDSYNTH");
++ init_mixer(MIX_INIT_MID, "MID");
+
+ if (Mix_OpenAudio(AUDIO_frequency, MIX_DEFAULT_FORMAT, 2, AUDIO_buffer_size))
+ {