Performance adjusts
This commit is contained in:
parent
f73d1bd82c
commit
a411e34a62
13 changed files with 24 additions and 22 deletions
|
|
@ -50,7 +50,7 @@ void DivPlatformPCMDAC::acquire(short* bufL, short* bufR, size_t start, size_t l
|
|||
output=(chan.ws.output[chan.audPos]^0x80)<<8;
|
||||
} else {
|
||||
DivSample* s=parent->getSample(chan.sample);
|
||||
if (s->getEndPosition()>0) {
|
||||
if (s->samples>0) {
|
||||
if (chan.audDir) {
|
||||
if (s->isLoopable()) {
|
||||
switch (s->loopMode) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue