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-20 00:45:10 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
sound
/
softsynth
History
Andre Heider
c72cba069b
Use pow() instead of powf() when compiling with MinGW32 to work around a libstdc++ cross-compile bug, see
#2673362
...
svn-id: r39309
2009-03-10 19:32:38 +00:00
..
mt32
Use pow() instead of powf() when compiling with MinGW32 to work around a libstdc++ cross-compile bug, see
#2673362
2009-03-10 19:32:38 +00:00
adlib.cpp
do not include common/debug.h from common/util.h
2009-01-30 05:25:17 +00:00
emumidi.h
…
fluidsynth.cpp
Fixed compile error.
2008-11-05 21:10:12 +00:00
mt32.cpp
- Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel.
2009-02-15 21:20:21 +00:00
pcspk.cpp
Adding a method to check whether a note currently playing
2007-12-13 23:27:36 +00:00
pcspk.h
Adding a method to check whether a note currently playing
2007-12-13 23:27:36 +00:00
ym2612.cpp
Remove warnings from NDS build.
2008-11-29 18:01:16 +00:00
ym2612.h
…