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-03-05 09:49:14 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
sound
/
softsynth
History
Torbjörn Andersson
0999534749
The error() and warning() functions add ! and newline automatically. (I didn't
...
look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061
2009-05-31 10:02:16 +00:00
..
mt32
Fixed a warning: printf("%f") should take a double, not a float.
2009-05-22 17:15:39 +00:00
opl
The error() and warning() functions add ! and newline automatically. (I didn't
2009-05-31 10:02:16 +00:00
adlib.cpp
Rename adlib_read to adlib_get_reg_value, since it return the (cached) register value, which can not be achieved by read AdLib read.
2009-04-22 20:51:33 +00:00
emumidi.h
Add include guard.
2009-05-27 00:34:31 +00:00
fluidsynth.cpp
Fixed compile error.
2008-11-05 21:10:12 +00:00
mt32.cpp
COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecated; however, retained ioFailed in SeekableReadStream and File for now (so for now this mainly affects WriteStream subclasses)
2009-05-19 11:42:14 +00:00
pcspk.cpp
…
pcspk.h
…
ym2612.cpp
Remove warnings from NDS build.
2008-11-29 18:01:16 +00:00
ym2612.h
…