From 4ebb76b301b3cffd1639a06146e8875397cce197 Mon Sep 17 00:00:00 2001 From: notaz Date: Fri, 16 Sep 2022 02:34:58 +0300 Subject: [PATCH] gpu_neon: rm wrong cost qualifier --- plugins/gpu_neon/psx_gpu/psx_gpu_simd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gpu_neon/psx_gpu/psx_gpu_simd.c b/plugins/gpu_neon/psx_gpu/psx_gpu_simd.c index 86d1cf1e..486897f7 100644 --- a/plugins/gpu_neon/psx_gpu/psx_gpu_simd.c +++ b/plugins/gpu_neon/psx_gpu/psx_gpu_simd.c @@ -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; \ \ -- 2.39.2