From: notaz Date: Thu, 15 Sep 2022 23:34:58 +0000 (+0300) Subject: gpu_neon: rm wrong cost qualifier X-Git-Tag: r24~303 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=4ebb76b301b3cffd1639a06146e8875397cce197 gpu_neon: rm wrong cost qualifier --- 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; \ \