mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-26 03:37:53 +00:00
missing changes
svn-id: r4823
This commit is contained in:
parent
9f993a1d29
commit
66630ec3b3
@ -114,7 +114,7 @@ Scumm::Scumm (GameDetector *detector, OSystem *syst)
|
|||||||
|
|
||||||
/* Bind the mixer to the system => mixer will be invoked
|
/* Bind the mixer to the system => mixer will be invoked
|
||||||
* automatically when samples need to be generated */
|
* automatically when samples need to be generated */
|
||||||
if (!_mixer->bind_to_system(syst)) {
|
if (!_mixer->bindToSystem(syst)) {
|
||||||
warning("Sound initialization failed");
|
warning("Sound initialization failed");
|
||||||
if (detector->_use_adlib) {
|
if (detector->_use_adlib) {
|
||||||
_use_adlib = false;
|
_use_adlib = false;
|
||||||
@ -123,8 +123,8 @@ Scumm::Scumm (GameDetector *detector, OSystem *syst)
|
|||||||
warning("Adlib music was selected, switching to midi null driver");
|
warning("Adlib music was selected, switching to midi null driver");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
_mixer->set_volume(kDefaultSFXVolume);
|
_mixer->setVolume(kDefaultSFXVolume);
|
||||||
_mixer->set_music_volume(kDefaultMusicVolume);
|
_mixer->setMusicVolume(kDefaultMusicVolume);
|
||||||
|
|
||||||
|
|
||||||
// Init iMuse
|
// Init iMuse
|
||||||
|
Loading…
Reference in New Issue
Block a user