mirror of
https://github.com/ZDoom/gzdoom-last-svn.git
synced 2025-06-03 18:51:22 +00:00
* 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:
parent
a74afa5904
commit
d112d311f2
14 changed files with 107 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue