X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fgpu_neon%2Fpsx_gpu%2Fpsx_gpu_simd.c;h=5c05b14a8fe282544a4d015a2dbb638caa4360a0;hb=df740cdce57508b93e158391e2331eebacd24cb4;hp=335af35d65c48e259ffb761e99a3cd7eded6f7c5;hpb=3033d89853e237b09bcfbc7f1db238335eef4477;p=pcsx_rearmed.git diff --git a/plugins/gpu_neon/psx_gpu/psx_gpu_simd.c b/plugins/gpu_neon/psx_gpu/psx_gpu_simd.c index 335af35d..5c05b14a 100644 --- a/plugins/gpu_neon/psx_gpu/psx_gpu_simd.c +++ b/plugins/gpu_neon/psx_gpu/psx_gpu_simd.c @@ -2912,7 +2912,7 @@ void setup_sprite_untextured(psx_gpu_struct *psx_gpu, s32 x, s32 y, s32 u, #define setup_sprite_tile_half_8bpp(edge) \ { \ - setup_sprite_tile_add_blocks(sub_tile_height * 2); \ + setup_sprite_tile_add_blocks(sub_tile_height); \ \ while(sub_tile_height) \ { \ @@ -3497,7 +3497,7 @@ void setup_sprite_8bpp_4x(psx_gpu_struct *psx_gpu, s32 x, s32 y, s32 u, s32 v, void scale2x_tiles8(void * __restrict__ dst_, const void * __restrict__ src_, int w8, int h) { #if 0 - scale2x_tiles8_(dst, src_, w8, h); + scale2x_tiles8_(dst_, src_, w8, h); return; #endif const u16 * __restrict__ src = src_;