mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 16:26:53 +00:00
17a888b65a
Corrected a problem with resource size computation for GMF sound effect resources. Since GMF resources have no size info, we were computing sizes with the assumption that each GMF appears in its own file, so the file size becomes the resource size. This is true for simon1dos music files but not for SFX files. This fix uses the resource offset pointers at the beginning of SFX files to properly compute the size of SFX resources. svn-id: r9155 |
||
---|---|---|
.. | ||
.cvsignore | ||
charset.cpp | ||
debug.cpp | ||
debug.h | ||
intern.h | ||
items.cpp | ||
midi.cpp | ||
midi.h | ||
midiparser_s1d.cpp | ||
module.mk | ||
res.cpp | ||
simon.cpp | ||
simon.h | ||
sound.cpp | ||
sound.h | ||
verb.cpp | ||
vga.cpp | ||
vga.h |