From 25a30f8b7ee43435e403f7c87fda0e60ce0b5c52 Mon Sep 17 00:00:00 2001 From: Magnus Norddahl Date: Tue, 21 Mar 2017 14:28:31 +0100 Subject: [PATCH] - remove vectorcall from the 8 bit drawer --- src/polyrenderer/drawers/poly_drawer8.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/polyrenderer/drawers/poly_drawer8.h b/src/polyrenderer/drawers/poly_drawer8.h index f9c412c4f0..4b8bd1ce26 100644 --- a/src/polyrenderer/drawers/poly_drawer8.h +++ b/src/polyrenderer/drawers/poly_drawer8.h @@ -264,7 +264,7 @@ public: } private: - FORCEINLINE static unsigned int VECTORCALL Sample(int32_t u, int32_t v, const uint8_t *texPixels, int texWidth, int texHeight, uint32_t color, const uint8_t *translation) + FORCEINLINE static unsigned int Sample(int32_t u, int32_t v, const uint8_t *texPixels, int texWidth, int texHeight, uint32_t color, const uint8_t *translation) { using namespace TriScreenDrawerModes;