VideoDecoder: Prevent reading invalid memory when stopping emulation before a full frame is decoded

This commit is contained in:
Souryo 2016-02-13 23:17:59 -05:00
parent a55fbaa619
commit 3cade69191

View file

@ -145,6 +145,7 @@ void VideoDecoder::StopThread()
}
DecodeFrame();
}
_ppuOutputBuffer = nullptr;
}
}