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-18 07:53:12 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
sound
/
softsynth
History
Johannes Schickel
b33bf76c70
For the time being rename opl.h to opl_inc.h and opl.cpp to opl_impl.h, so MSVC does not try to compile the former opl.cpp. (Needs cleanup in the future anyway...)
...
svn-id: r40365
2009-05-06 20:19:47 +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
opl
For the time being rename opl.h to opl_inc.h and opl.cpp to opl_impl.h, so MSVC does not try to compile the former opl.cpp. (Needs cleanup in the future anyway...)
2009-05-06 20:19:47 +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
…
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
…
pcspk.h
…
ym2612.cpp
Remove warnings from NDS build.
2008-11-29 18:01:16 +00:00
ym2612.h
…