This should fix the mess. Sorry for that.

This commit is contained in:
OBattler
2017-10-15 03:01:40 +02:00
parent e9355aa0ad
commit 9f3a58bb24
6 changed files with 29 additions and 29 deletions

View File

@@ -2562,6 +2562,7 @@ static inline void voodoo_tmu_fetch_and_blend(voodoo_t *voodoo, voodoo_params_t
state->tex_a[0] ^= 0xff;
}
#ifdef USE_DYNAREC
#if (defined i386 || defined __i386 || defined __i386__ || defined _X86_ || defined WIN32 || defined _WIN32 || defined _WIN32) && !(defined __amd64__)
#include "vid_voodoo_codegen_x86.h"
#elif (defined __amd64__)
@@ -2570,6 +2571,10 @@ static inline void voodoo_tmu_fetch_and_blend(voodoo_t *voodoo, voodoo_params_t
#define NO_CODEGEN
static int voodoo_recomp = 0;
#endif
else
#define NO_CODEGEN
static int voodoo_recomp = 0;
#endif
static void voodoo_half_triangle(voodoo_t *voodoo, voodoo_params_t *params, voodoo_state_t *state, int ystart, int yend, int odd_even)
{