mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Qt buildfix
This commit is contained in:
parent
1b158c116c
commit
3eaa815704
1 changed files with 1 additions and 2 deletions
|
@ -210,8 +210,7 @@ QString MainUI::InputBoxGetQString(QString title, QString defaultValue)
|
|||
|
||||
void MainUI::resizeGL(int w, int h)
|
||||
{
|
||||
bool smallWindow = g_Config.IsPortrait() ? (h < 480 + 80) : (w < 480 + 80);
|
||||
if (UpdateScreenScale(w, h, smallWindow)) {
|
||||
if (UpdateScreenScale(w, h)) {
|
||||
NativeMessageReceived("gpu resized", "");
|
||||
}
|
||||
xscale = w / this->width();
|
||||
|
|
Loading…
Add table
Reference in a new issue