Skip to content

Commit

Permalink
Day counter shouldn't be stretched
Browse files Browse the repository at this point in the history
  • Loading branch information
vitor251093 committed Dec 5, 2023
1 parent e9d0279 commit 923ae6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontend/qt_sdl/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,7 @@ bool EmuThread::setGameScene(int newGameScene)
}
autoScreenSizing = size;
Config::ScreenSwap = (newGameScene == gameScene_Intro || newGameScene == gameScene_MainMenu) ? 1 : 0;
Config::ScreenAspectTop = (newGameScene == gameScene_DayCounter) ? 0 : 3;

return true;
}
Expand Down

0 comments on commit 923ae6f

Please sign in to comment.