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=fa176d53b9d6956ddfed30c2630b692350f6a98f;hp=fefc2773e03637d4e9f4e953e68fd4ef0c62769e;hb=a80ae4a0353fce94df700ec84222d3c56c3d813a;hpb=c006d9e3d7b4c7f0fda6c27062e362cfc7515630 diff --git a/plugins/gpu_unai/gpu.cpp b/plugins/gpu_unai/gpu.cpp index fefc2773..fa176d53 100644 --- a/plugins/gpu_unai/gpu.cpp +++ b/plugins/gpu_unai/gpu.cpp @@ -820,7 +820,7 @@ void GPU_updateLace(void) #else #include "../../frontend/plugin_lib.h" -#include "../../frontend/arm_utils.h" +#include "../../frontend/cspace.h" extern "C" { @@ -901,7 +901,7 @@ void GPU_updateLace(void) wasSkip = isSkip = 0; } - skipFrame = cbs->fskip_advice; + skipFrame = cbs->fskip_advice || cbs->frameskip == 1; } long GPUopen(unsigned long *, char *, char *)