1
0
Fork 0

Some more changes by Jochen

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3924
This commit is contained in:
Peter Veenstra 2015-07-09 06:25:46 +00:00
parent 79419f1f53
commit 0316809ac9
2 changed files with 7 additions and 6 deletions

View file

@ -410,11 +410,8 @@ static void MIXER_Mix_NoSound(void) {
mixer.tick_remain&=MIXER_REMAIN;
mixer.done=0;
}
#ifdef OS2
static void SDL_CALL MIXER_CallBack(void * userdata, Uint8 *stream, int len) {
#else
static void MIXER_CallBack(void * userdata, Uint8 *stream, int len) {
#endif
static void SDLCALL MIXER_CallBack(void * userdata, Uint8 *stream, int len) {
Bitu need=(Bitu)len/MIXER_SSIZE;
Bit16s * output=(Bit16s *)stream;
Bitu reduce;