1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00

maintain correct aspect ratio when changing window size in mupen64plus

This commit is contained in:
purplemarshmallow 2015-05-25 17:39:02 +02:00 committed by Sergey Lipskiy
parent 65df8335f6
commit b73fb10442

View File

@ -141,6 +141,8 @@ bool OGLVideoMupenPlus::_resizeWindow()
CoreVideo_Quit();
return false;
}
_setBufferSize();
isGLError(); // reset GL error.
return true;
}