X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fdfxvideo%2Fdraw_pl.c;h=ed07e75fa10b3d44fd339cbe80bb5252480290dd;hp=06a635da4e00fff140cb6f078ea9fe04e50fa678;hb=e4c83ca67cf7ad13db3995909605ce01ff915824;hpb=2857d72e4ca743bba3cf55e298949e24d97dff02;ds=sidebyside diff --git a/plugins/dfxvideo/draw_pl.c b/plugins/dfxvideo/draw_pl.c index 06a635da..ed07e75f 100644 --- a/plugins/dfxvideo/draw_pl.c +++ b/plugins/dfxvideo/draw_pl.c @@ -50,7 +50,7 @@ void DoBufferSwap(void) fbw = PreviousPSXDisplay.DisplayMode.x; fbh = PreviousPSXDisplay.DisplayMode.y; fb24bpp = PSXDisplay.RGB24; - rcbs->pl_vout_set_mode(fbw, fbh, fb24bpp ? 24 : 16); + rcbs->pl_vout_set_mode(fbw, fbh, fbw, fbh, fb24bpp ? 24 : 16); } pcnt_start(PCNT_BLIT);