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-22 01:57:16 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
engines
/
gob
/
sound
History
Christopher Page
8d8c46e36f
Cleanup: Got rid of _quit and _rtl variables in engine.h/.cpp which are not used anymore. Found some _quit flags in Agos and Gob and replaced with bool quit() where appropriate
...
svn-id: r33848
2008-08-13 20:45:00 +00:00
..
adlib.cpp
Changing debug channels a bit
2008-05-17 19:01:00 +00:00
adlib.h
…
bgatmosphere.cpp
Declaring BackgroundAtmosphere as kMusicSoundType
2008-05-08 16:15:14 +00:00
bgatmosphere.h
Implemented the background "music" / atmospheric sounds in Woodruff
2008-05-08 15:51:02 +00:00
cdrom.cpp
Changing debug channels a bit
2008-05-17 19:01:00 +00:00
cdrom.h
…
infogrames.cpp
…
infogrames.h
…
pcspeaker.cpp
…
pcspeaker.h
…
sound.cpp
Cleanup: Got rid of _quit and _rtl variables in engine.h/.cpp which are not used anymore. Found some _quit flags in Agos and Gob and replaced with bool quit() where appropriate
2008-08-13 20:45:00 +00:00
sound.h
Changed tricky variable access from pointers to a new class that minds endianess.
2008-07-12 15:21:38 +00:00
soundblaster.cpp
Declaring BackgroundAtmosphere as kMusicSoundType
2008-05-08 16:15:14 +00:00
soundblaster.h
…
sounddesc.cpp
…
sounddesc.h
…
soundmixer.cpp
Declaring BackgroundAtmosphere as kMusicSoundType
2008-05-08 16:15:14 +00:00
soundmixer.h
Don't use kPlainSoundType if you don't have to
2008-07-11 20:28:14 +00:00