X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu_neon%2Fpsx_gpu%2Fpsx_gpu_simd.h;fp=plugins%2Fgpu_neon%2Fpsx_gpu%2Fpsx_gpu_simd.h;h=3d1d1bdd174b45c0e2d3e1a1705d09ffb3829b80;hp=a8080aff80d0b0852667ace5382a535b89a8637e;hb=2d658c89305e390860565529ff1fff45af2429c6;hpb=0b4038f8edd327a3a9a2fbdefbc25ece921bc2ab diff --git a/plugins/gpu_neon/psx_gpu/psx_gpu_simd.h b/plugins/gpu_neon/psx_gpu/psx_gpu_simd.h index a8080aff..3d1d1bdd 100644 --- a/plugins/gpu_neon/psx_gpu/psx_gpu_simd.h +++ b/plugins/gpu_neon/psx_gpu/psx_gpu_simd.h @@ -84,8 +84,7 @@ #define setup_sprite_4bpp_4x setup_sprite_4bpp_4x_ #define setup_sprite_8bpp_4x setup_sprite_8bpp_4x_ #define setup_sprite_16bpp_4x setup_sprite_16bpp_4x_ -#define setup_sprite_untextured setup_sprite_untextured_ -#define setup_sprite_untextured_simple setup_sprite_untextured_simple_ +#define setup_sprite_untextured_512 setup_sprite_untextured_512_ #define scale2x_tiles8 scale2x_tiles8_ #endif @@ -205,10 +204,8 @@ void setup_sprite_8bpp_4x(psx_gpu_struct *psx_gpu, s32 x, s32 y, s32 u, s32 v, void setup_sprite_16bpp_4x(psx_gpu_struct *psx_gpu, s32 x, s32 y, s32 u, s32 v, s32 width, s32 height, u32 color); -void setup_sprite_untextured(psx_gpu_struct *psx_gpu, s32 x, s32 y, s32 u, +void setup_sprite_untextured_512(psx_gpu_struct *psx_gpu, s32 x, s32 y, s32 u, s32 v, s32 width, s32 height, u32 color); -void setup_sprite_untextured_simple(psx_gpu_struct *psx_gpu, s32 x, s32 y, - s32 u, s32 v, s32 width, s32 height, u32 color); void scale2x_tiles8(void *dst, const void *src, int w8, int h); @@ -275,7 +272,6 @@ void scale2x_tiles8(void *dst, const void *src, int w8, int h); #undef setup_sprite_4bpp_4x #undef setup_sprite_8bpp_4x #undef setup_sprite_16bpp_4x -#undef setup_sprite_untextured -#undef setup_sprite_untextured_simple +#undef setup_sprite_untextured_512 #undef scale2x_tiles8 #endif