aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frontend/plat_pollux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/plat_pollux.c b/frontend/plat_pollux.c
index 57031d8..589049c 100644
--- a/frontend/plat_pollux.c
+++ b/frontend/plat_pollux.c
@@ -440,7 +440,7 @@ void *plat_gvideo_set_mode(int *w_, int *h_, int *bpp_)
}
fb_offset_y = 240/2 - h / 2;
- psx_offset_x = poff_w;
+ psx_offset_x = poff_w * psx_bpp/8 / 2;
psx_offset_y = poff_h;
psx_src_width = w;
psx_src_height = h;