mirror of
https://github.com/mauiaaron/apple2.git
synced 2024-12-24 18:31:51 +00:00
this assert appears problematic
This commit is contained in:
parent
bf92ad6050
commit
e0bd3e4017
@ -526,7 +526,7 @@ static long _ALProcessPlayBuffers(ALVoice *voice, ALuint *bytes_queued)
|
|||||||
ERRLOG("OOPS, alGetSourcei AL_BYTE_OFFSET : 0x%08x", err);
|
ERRLOG("OOPS, alGetSourcei AL_BYTE_OFFSET : 0x%08x", err);
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
assert((play_offset >= 0) && (play_offset < voice->buffersize));
|
assert((play_offset >= 0)/* && (play_offset < voice->buffersize)*/);
|
||||||
|
|
||||||
long q = voice->_queued_total_bytes/* + voice->index*/ - play_offset;
|
long q = voice->_queued_total_bytes/* + voice->index*/ - play_offset;
|
||||||
assert(q >= 0);
|
assert(q >= 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user