Some more changes by Jochen
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3924
This commit is contained in:
parent
79419f1f53
commit
0316809ac9
2 changed files with 7 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue