[Scummvm-git-logs] scummvm master -> 8025fcd1d6d861bbeaabf01034119e3d75816d89
sev-
sev at scummvm.org
Wed Sep 23 20:58:56 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
8025fcd1d6 AUDIO: Increase number of audio mixer channels to 32
Commit: 8025fcd1d6d861bbeaabf01034119e3d75816d89
https://github.com/scummvm/scummvm/commit/8025fcd1d6d861bbeaabf01034119e3d75816d89
Author: PaweÅ KoÅodziejski (aquadran at users.sourceforge.net)
Date: 2020-09-23T22:58:53+02:00
Commit Message:
AUDIO: Increase number of audio mixer channels to 32
Changed paths:
audio/mixer_intern.h
diff --git a/audio/mixer_intern.h b/audio/mixer_intern.h
index aed57eb835..bac256c8b5 100644
--- a/audio/mixer_intern.h
+++ b/audio/mixer_intern.h
@@ -51,7 +51,7 @@ namespace Audio {
class MixerImpl : public Mixer {
private:
enum {
- NUM_CHANNELS = 16
+ NUM_CHANNELS = 32
};
Common::Mutex _mutex;
More information about the Scummvm-git-logs
mailing list