shithub: choc

Download patch

ref: 476323d7dd83dc69619e0dfe136b22637643f971
parent: d6ca2360c88b3f07dc69d488d7bc611c92ec5c4e
author: Simon Howard <fraggle@gmail.com>
date: Sun Oct 20 16:06:25 EDT 2013

Use OPL MIDI playback as the default music device.

Subversion-branch: /branches/v2-branch
Subversion-revision: 2714

--- a/src/i_sound.c
+++ b/src/i_sound.c
@@ -52,7 +52,7 @@
 static sound_module_t *sound_module;
 static music_module_t *music_module;
 
-int snd_musicdevice = SNDDEVICE_GENMIDI;
+int snd_musicdevice = SNDDEVICE_SB;
 int snd_sfxdevice = SNDDEVICE_SB;
 
 // Sound modules
--- a/src/setup/sound.c
+++ b/src/setup/sound.c
@@ -70,7 +70,7 @@
 // Config file variables:
 
 int snd_sfxdevice = SNDDEVICE_SB;
-int snd_musicdevice = SNDDEVICE_GENMIDI;
+int snd_musicdevice = SNDDEVICE_SB;
 int snd_samplerate = 44100;
 int opl_io_port = 0x388;
 int snd_cachesize = 64 * 1024 * 1024;