Skip to content

Commit

Permalink
Update es5503.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
LTVA1 committed Nov 28, 2023
1 parent ed590b0 commit 4c621ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/platform/es5503.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ size_t DivPlatformES5503::getSampleMemUsage(int index) {

void DivPlatformES5503::renderSamples(int sysID) {
memset(es5503.sampleMem,0,getSampleMemCapacity());
memset(sampleOffsets,0,256*sizeof(unsigned int));
memset(sampleOffsets,0,256*sizeof(uint32_t));
memset(sampleLoaded,0,256*sizeof(bool));
memset(free_block,1,256*sizeof(bool));
memset(sampleLengths,0,256*sizeof(uint32_t));
Expand Down

0 comments on commit 4c621ed

Please sign in to comment.