mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
Fix sample loading
This commit is contained in:
parent
301c473413
commit
f7e9c4e45c
1 changed files with 3 additions and 1 deletions
|
@ -536,9 +536,11 @@ void DivPlatformK007232::renderSamples(int sysID) {
|
|||
}
|
||||
if (actualLength<length) {
|
||||
logW("out of K007232 PCM memory for sample %d!",i);
|
||||
sampleLoaded[i]=false;
|
||||
break;
|
||||
} else {
|
||||
sampleLoaded[i]=true;
|
||||
}
|
||||
sampleLoaded[i]=true;
|
||||
}
|
||||
sampleMemLen=memPos;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue