add a thp-based huge page alloc fallback
[pcsx_rearmed.git] / plugins / gpu_neon / psx_gpu_if.c
index 868f7b7..a4b18ab 100644 (file)
@@ -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;
   }
 }