X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fgpu_neon%2Fpsx_gpu_if.c;h=4a8b76fcc47cd42c558721610bb50c40553b566c;hb=47c15995b0a92b55272accea2b4033bc4872c46c;hp=69a2a1bbc0ae24111c48dcd392a8fd4b9b77ad49;hpb=a830538149ed1216279407c85061b9937444ad1c;p=pcsx_rearmed.git diff --git a/plugins/gpu_neon/psx_gpu_if.c b/plugins/gpu_neon/psx_gpu_if.c index 69a2a1bb..4a8b76fc 100644 --- a/plugins/gpu_neon/psx_gpu_if.c +++ b/plugins/gpu_neon/psx_gpu_if.c @@ -151,6 +151,7 @@ sync_enhancement_buffers(int x, int y, int w, int h) } x += (w1 + s) * step_x; + x &= 0x3ff; x_buf = 0; } }