Searched refs:SoundBufPristine (Results 1 – 1 of 1) sorted by relevance
1569 static std::vector<int16> SoundBufPristine; variable1616 int32 orig_size = SoundBufPristine.size(); in ProcessAudio()1618 SoundBufPristine.resize(orig_size + SoundBufSize * MDFNGameInfo->soundchan); in ProcessAudio()1620 SoundBufPristine[orig_size + i] = SoundBuf[i]; in ProcessAudio()1958 if(SoundBufPristine.size()) in MDFNI_Emulate()1960 espec->SoundBuf = &SoundBufPristine[0]; in MDFNI_Emulate()1961 espec->SoundBufSize = SoundBufPristine.size() / MDFNGameInfo->soundchan; in MDFNI_Emulate()1975 SoundBufPristine.clear(); in MDFNI_Emulate()