metaforce/NESEmulator/apu.c

12 lines
133 B
C

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