mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-25 11:20:55 +00:00
Update Qt to fit new definition of UpdateScreenScale. Does not do the smallwindow check though.
This commit is contained in:
parent
6ae73b8919
commit
a24f22d4e7
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user