2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-13 23:11:20 +00:00
2018-06-18 11:38:51 -10:00

12 lines
133 B
C

#include "fixNES/apu.c"
uint32_t apuGetMaxBufSize()
{
return apu.BufSizeBytes;
}
void apuResetPos()
{
apu.curBufPos = 0;
}