mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-17 07:31:01 +00:00
Enable the better looking vertical mode for the homescreen in portrait mode
This commit is contained in:
parent
5ffdcc24c8
commit
6c406823c0
@ -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…
x
Reference in New Issue
Block a user