Update Qt to fit new definition of UpdateScreenScale. Does not do the smallwindow check though.

This commit is contained in:
Henrik Rydgard 2015-05-21 11:44:35 +02:00
parent 6ae73b8919
commit a24f22d4e7

View File

@ -80,7 +80,7 @@ signals:
protected:
void resizeEvent(QResizeEvent * e)
{
UpdateScreenScale(e->size().width(), e->size().height());
UpdateScreenScale(e->size().width(), e->size().height(), false);
PSP_CoreParameter().pixelWidth = pixel_xres;
PSP_CoreParameter().pixelHeight = pixel_yres;
}