X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu_unai%2Fgpu.cpp;h=d5096170086adbfd95842c600002f916f2ff2e21;hp=c111d78e2ff13da49295ce76b73d56f78dec533a;hb=650adfd2da779ba8855623362c2900583e22931e;hpb=fa56d36096cd4ab2b227ce2aa61c8404b8874689 diff --git a/plugins/gpu_unai/gpu.cpp b/plugins/gpu_unai/gpu.cpp index c111d78e..d5096170 100644 --- a/plugins/gpu_unai/gpu.cpp +++ b/plugins/gpu_unai/gpu.cpp @@ -819,7 +819,6 @@ void GPU_updateLace(void) #else #include "../../frontend/plugin_lib.h" -#include "../gpulib/cspace.h" extern "C" { @@ -850,7 +849,7 @@ static void blit(void) old_res_horz = w0; old_res_vert = h1; old_rgb24 = (s16)isRGB24; - cbs->pl_vout_set_mode(w0, h1, isRGB24 ? 24 : 16); + cbs->pl_vout_set_mode(w0, h1, w0, h1, isRGB24 ? 24 : 16); } cbs->pl_vout_flip(base, 1024, isRGB24, w0, h1);