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
/
sound
History
Jonathan Gray
e17a451ac5
remove shadow'd var by using variable name from prototype
...
svn-id: r9979
2003-09-02 22:38:53 +00:00
..
.cvsignore
…
audiostream.cpp
small cleanup for the Ogg playback code
2003-08-24 21:54:46 +00:00
audiostream.h
ZeroInputStream::readBuffer didn't have the same signature as the base class version, making VC.NET 2K3 complain
2003-08-13 22:01:34 +00:00
fmopl.cpp
…
fmopl.h
…
mididrv.h
Added PC Speaker and PCjr command line options,
2003-08-13 14:08:21 +00:00
midiparser_smf.cpp
Removed incorrect acknowledgements (copy/paste error)
2003-08-14 05:07:31 +00:00
midiparser_xmidi.cpp
…
midiparser.cpp
…
midiparser.h
More corrections to the VAR_MUSIC_TIMER
2003-08-16 17:08:22 +00:00
mixer.cpp
remove shadow'd var by using variable name from prototype
2003-09-02 22:38:53 +00:00
mixer.h
Added per-channel pausing. Maybe I should have named the pauseChannel()
2003-09-02 13:48:20 +00:00
module.mk
…
mpu401.cpp
Added generic send() option to MidiChannel.
2003-08-08 11:54:24 +00:00
mpu401.h
Added generic send() option to MidiChannel.
2003-08-08 11:54:24 +00:00
rate.cpp
moved volume and pan control into flow func
2003-09-02 20:34:22 +00:00
rate.h
moved volume and pan control into flow func
2003-09-02 20:34:22 +00:00
resample.cpp
…
resample.h
…