aboutsummaryrefslogtreecommitdiff
path: root/frontend/plat_omap.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/plat_omap.c')
-rw-r--r--frontend/plat_omap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/plat_omap.c b/frontend/plat_omap.c
index 6126140..f397cc6 100644
--- a/frontend/plat_omap.c
+++ b/frontend/plat_omap.c
@@ -99,7 +99,7 @@ void *plat_gvideo_set_mode(int *w, int *h, int *bpp)
int l = 0, r = 0, t = 0, b = 0;
void *buf;
- if (g_scaler == SCALE_1_1) {
+ if (g_scaler == SCALE_1_1 || g_scaler == SCALE_2_2) {
if (*w > g_menuscreen_w)
l = r = (*w - g_menuscreen_w) / 2;
if (*h > g_menuscreen_h)