gpu_neon: rm wrong cost qualifier
authornotaz <notasas@gmail.com>
Thu, 15 Sep 2022 23:34:58 +0000 (02:34 +0300)
committernotaz <notasas@gmail.com>
Thu, 15 Sep 2022 23:36:47 +0000 (02:36 +0300)
plugins/gpu_neon/psx_gpu/psx_gpu_simd.c

index 86d1cf1..486897f 100644 (file)
@@ -2585,7 +2585,7 @@ void texture_blocks_16bpp(psx_gpu_struct *psx_gpu)
   gvmull_u8(pixels_##component, texels_##component, colors_##component)        \
 
 #define shade_blocks_textured_modulated_do(shading, dithering, target)         \
-  const block_struct * __restrict__ block = psx_gpu->blocks;                   \
+  block_struct * __restrict__ block = psx_gpu->blocks;                         \
   u32 num_blocks = psx_gpu->num_blocks;                                        \
   vec_8x16u texels;                                                            \
                                                                                \