* Fixed function overloading error from r3929 preventing compilation.

* Updated to ZDoom 3929:
- Since our OPL chips are emulated, we can give them a feature that real OPL2 chips lacked: Full stereo panning for the MIDI player. (The raw OPL players are unaffected.) To get the mono output back, you can set opl_stereo to false.
- Changed SoftSynthMIDIDevice::OpenStream() to allocate the same number of samples for stereo and mono streams.
- Fixed: Solaris compile.

git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@1462 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
gez 2012-11-02 16:10:40 +00:00
parent a74afa5904
commit d112d311f2
14 changed files with 107 additions and 22 deletions

View file

@ -3,5 +3,5 @@
// This file was automatically generated by the
// updaterevision tool. Do not edit by hand.
#define ZD_SVN_REVISION_STRING "3927"
#define ZD_SVN_REVISION_NUMBER 3927
#define ZD_SVN_REVISION_STRING "3929"
#define ZD_SVN_REVISION_NUMBER 3929