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-26 20:59:00 +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
…
adlib.h
…
bgatmosphere.cpp
…
bgatmosphere.h
…
cdrom.cpp
…
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
…
soundblaster.h
…
sounddesc.cpp
…
sounddesc.h
…
soundmixer.cpp
…
soundmixer.h
…