X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplat_pollux.c;h=af12f1e3de7f978b3674806b1dff1e3de06426aa;hp=6247dc1060249cff524ccc9f66f47493824e40a5;hb=bb88ec28db0535102b70a7c18ef095cb904e3c6c;hpb=edee4a7fc46dd881c2a45d14ce569fbfd8336516 diff --git a/frontend/plat_pollux.c b/frontend/plat_pollux.c index 6247dc10..af12f1e3 100644 --- a/frontend/plat_pollux.c +++ b/frontend/plat_pollux.c @@ -610,6 +610,9 @@ void plat_init(void) psx_width = 320; psx_height = 240; psx_bpp = 16; + + pl_rearmed_cbs.screen_w = 320; + pl_rearmed_cbs.screen_h = 240; } void plat_finish(void)