Added x86-64 Voodoo recompiler.

This commit is contained in:
TomW 2016-03-23 21:16:41 +00:00
commit 92e45c33e7
2 changed files with 3719 additions and 0 deletions

View file

@ -1708,6 +1708,8 @@ static inline void voodoo_get_texture(voodoo_t *voodoo, voodoo_params_t *params,
#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__)
#include "vid_voodoo_codegen_x86-64.h"
#else
#define NO_CODEGEN
static int voodoo_recomp = 0;

File diff suppressed because it is too large Load diff