Mercurial > SDL_sound_CoreAudio
changeset 121:4331b1b7e7db
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Mon, 08 Oct 2001 01:44:59 +0000 |
parents | bd224f22e6b2 |
children | 095a066b2cd2 |
files | CHANGELOG |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGELOG Mon Oct 08 01:40:42 2001 +0000 +++ b/CHANGELOG Mon Oct 08 01:44:59 2001 +0000 @@ -80,6 +80,9 @@ the other decoders. 10052001 - Removed #include "SDL_endian" from aiff.c. 10062001 - Made a change to SDL_sound.c for compiling on non-GNU toolchains. +10072001 - Changed the way decoders/mod.c handles samplerate so that it should + work universally. This isn't an idea solution, but it's probably + the best we can do without rewriting mikmod. --ryan. (icculus@clutteredmind.org)