mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-24 05:49:58 +00:00
Remove the gpu->Resized() on video play.
Doesn't seem necessary anymore, can cause blinking.
This commit is contained in:
parent
cfbc64f50e
commit
8d00ab61e3
@ -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…
Reference in New Issue
Block a user