mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Enable the better looking vertical mode for the homescreen in portrait mode
This commit is contained in:
parent
5ffdcc24c8
commit
6c406823c0
1 changed files with 2 additions and 1 deletions
|
@ -19,6 +19,7 @@
|
|||
#include <algorithm>
|
||||
|
||||
#include "base/colorutil.h"
|
||||
#include "base/display.h"
|
||||
#include "base/timeutil.h"
|
||||
#include "file/path.h"
|
||||
#include "gfx_es2/draw_buffer.h"
|
||||
|
@ -689,7 +690,7 @@ void MainScreen::CreateViews() {
|
|||
using namespace UI;
|
||||
|
||||
// Vertical mode is not finished.
|
||||
bool vertical = false; // dp_yres > dp_xres;
|
||||
bool vertical = dp_yres > dp_xres;
|
||||
|
||||
I18NCategory *m = GetI18NCategory("MainMenu");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue