X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplat_omap.c;fp=frontend%2Fplat_omap.c;h=f397cc61bac3d88a0a008636c62e0c744bca4189;hp=6126140a8c70f73607b2f00747c14f249e6d167a;hb=efcf1f7301adbcc06b05eb92fc01a32faa993cfa;hpb=271e11499d7e60e1bfb0ffeda8f8266906130b87 diff --git a/frontend/plat_omap.c b/frontend/plat_omap.c index 6126140a..f397cc61 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)