This should fix the mess. Sorry for that.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user