mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-06 13:38:56 +00:00
Trigger memchecks on audio decode from video.
This commit is contained in:
parent
065677095f
commit
6c53f19854
@ -761,6 +761,9 @@ int MediaEngine::getAudioSamples(u32 bufferPtr) {
|
||||
if (!m_audioContext->Decode(audioFrame, frameSize, buffer, &outbytes)) {
|
||||
ERROR_LOG(ME, "Audio (%s) decode failed during video playback", GetCodecName(m_audioType));
|
||||
}
|
||||
#ifndef MOBILE_DEVICE
|
||||
CBreakPoints::ExecMemCheck(bufferPtr, true, outbytes, currentMIPS->pc);
|
||||
#endif
|
||||
}
|
||||
|
||||
if (headerCode1 == 0x24) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user