mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Merge pull request #3334 from unknownbrackets/mpeg-minor
Remove the gpu->Resized() on video play.
This commit is contained in:
commit
65e4d76543
1 changed files with 0 additions and 2 deletions
|
@ -259,8 +259,6 @@ bool MediaEngine::openContext() {
|
|||
bool MediaEngine::loadStream(u8* buffer, int readSize, int RingbufferSize)
|
||||
{
|
||||
closeMedia();
|
||||
// force to clear the useless FBO
|
||||
gpu->Resized();
|
||||
|
||||
m_videopts = 0;
|
||||
m_audiopts = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue