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-19 16:33:50 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
sound
History
Paweł Kołodziejski
0a520b237b
fix for music loop, I think :)
...
svn-id: r4804
2002-08-23 20:27:42 +00:00
..
.cvsignore
fixed the 'intelligent' GCC build rules; added .cvsignore files
2002-08-21 16:28:19 +00:00
fmopl.cpp
fixed one-off-error (I hope this fix is right?); use calloc instead of malloc to ensure struct is zeroed
2002-08-21 17:13:17 +00:00
fmopl.h
Major cleanup of fmopl, and change incorrect uint32 typecasting.
2002-05-08 02:06:26 +00:00
mididrv.cpp
Changed MorphOS MIDI code so that data sent from different threads are no longer a problem. Ensure Midi driver is closed, otherwise no other MIDI application will run after ScummVM has exited.
2002-08-22 12:09:06 +00:00
mididrv.h
indent run
2002-07-07 18:04:03 +00:00
mixer.cpp
applied patch 597414, thanks Xavier
2002-08-20 06:36:50 +00:00
mixer.h
move _volume_table creation into constructor, and discard it in destructor
2002-08-18 21:42:22 +00:00
sound.cpp
fix for music loop, I think :)
2002-08-23 20:27:42 +00:00
sound.h
Initial revision
2002-08-21 16:07:07 +00:00