This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/libretro/scummvm.git
synced
2025-01-25 04:01:03 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
engines
/
sci
/
sound
History
Filippos Karapetis
4db52c1ce1
SCI: Turned a warning into a debugC
...
svn-id: r51738
2010-08-04 13:35:56 +00:00
..
drivers
SCI: Rename the Amiga music drivers to AmigaMac to reflect its current purpose.
2010-07-18 19:01:35 +00:00
audio.cpp
SOUND: Move the Mac snd decoder from SCI to /sound
2010-07-26 18:13:35 +00:00
audio.h
kSciAudioWPlay should not actually play the song, but 'pre-load' it. We fake the pre-loading with a flag that will return 0 if the song has been called with kSciAudioWPlay. Fixes the dream sequence sound in MUMG.
2010-06-10 20:26:59 +00:00
midiparser_sci.cpp
SCI: not error()ing out on no free channels
2010-08-03 21:38:26 +00:00
midiparser_sci.h
SCI: implementing real setVolume() support, fixing some fading in sci1 games (like pq3 intro)
2010-06-28 09:22:57 +00:00
music.cpp
SCI: not error()ing out on no free channels
2010-08-03 21:38:26 +00:00
music.h
SCI: midi hold behaviour fixed
2010-07-29 21:12:16 +00:00
soundcmd.cpp
SCI: Turned a warning into a debugC
2010-08-04 13:35:56 +00:00
soundcmd.h
SCI: Silenced some sound related warnings. Added an empty function for kDoSound(Restore), called when restoring games
2010-08-02 21:20:43 +00:00