X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fgpu_neon%2Fpsx_gpu_if.c;h=a4b18ab1e3899a77b02b626be5b81a48dd26897e;hb=7af838c45de8d323fd7a005e02eb142d1bbc9689;hp=868f7b726dfeb52c7c51f2fa1d3de7c0f7a5777e;hpb=3b7b00650a53bc493c7da7d69ad54e1a25111ebf;p=pcsx_rearmed.git diff --git a/plugins/gpu_neon/psx_gpu_if.c b/plugins/gpu_neon/psx_gpu_if.c index 868f7b72..a4b18ab1 100644 --- a/plugins/gpu_neon/psx_gpu_if.c +++ b/plugins/gpu_neon/psx_gpu_if.c @@ -150,6 +150,7 @@ sync_enhancement_buffers(int x, int y, int w, int h) } x += (w1 + s) * step_x; + x &= 0x3ff; x_buf = 0; } }