diff --git a/Core/HLE/sceMpeg.cpp b/Core/HLE/sceMpeg.cpp index e6bd1e0680d4..214266080594 100644 --- a/Core/HLE/sceMpeg.cpp +++ b/Core/HLE/sceMpeg.cpp @@ -1682,8 +1682,6 @@ static int sceMpegGetAtracAu(u32 mpeg, u32 streamId, u32 auAddr, u32 attrAddr) if (ctx->atracRegistered && ctx->mediaengine->IsNoAudioData() && !ctx->endOfAudioReached) { WARN_LOG(ME, "Audio end reach. pts: %i dts: %i", (int)atracAu.pts, (int)ctx->mediaengine->getLastTimeStamp()); ctx->endOfAudioReached = true; - } - if (ctx->mediaengine->IsNoAudioData()) { result = ERROR_MPEG_NO_DATA; }