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-24 19:45:07 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
sound
/
softsynth
/
mt32
History
Johannes Schickel
caf31ee5af
Replace various strncpy usages by strlcpy.
...
svn-id: r48955
2010-05-05 17:54:12 +00:00
..
freeverb.cpp
Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.
2007-09-19 08:40:12 +00:00
freeverb.h
Fixed compiling of MT32 emulator with -O2 and -Werror.
2008-11-13 11:41:25 +00:00
i386.cpp
…
i386.h
…
module.mk
Removed trailing spaces.
2008-01-27 19:47:41 +00:00
mt32_file.cpp
Removed unused readLine code from the MT-32 emu
2008-09-03 17:46:42 +00:00
mt32_file.h
Removed unused readLine code from the MT-32 emu
2008-09-03 17:46:42 +00:00
mt32emu.h
typo
2008-05-24 14:44:22 +00:00
part.cpp
…
part.h
…
partial.cpp
Fix typo, which made our "floorf" macro use "floorf" instead of "floor" on systems without "floorf".
2009-07-29 20:03:46 +00:00
partial.h
…
partialManager.cpp
…
partialManager.h
…
structures.h
Removed trailing spaces.
2008-01-27 19:47:41 +00:00
synth.cpp
Replace various strncpy usages by strlcpy.
2010-05-05 17:54:12 +00:00
synth.h
- Added GCC_PRINTF attribute to several funcs where it makes sense
2009-07-01 20:51:04 +00:00
tables.cpp
Replace various strncpy usages by strlcpy.
2010-05-05 17:54:12 +00:00
tables.h
…