Disable MMX and 3DNow! recompilation when SoftFloat is in use.

This commit is contained in:
OBattler
2023-07-16 03:45:14 +02:00
parent 1d59351c03
commit 3555dacec3
7 changed files with 103 additions and 5 deletions

View File

@@ -7,6 +7,7 @@ typedef uint32_t (*RecompOpFn)(uint8_t opcode, uint32_t fetchdat, uint32_t op_32
extern RecompOpFn recomp_opcodes[512];
extern RecompOpFn recomp_opcodes_0f[512];
extern RecompOpFn recomp_opcodes_0f_no_mmx[512];
extern RecompOpFn recomp_opcodes_d8[512];
extern RecompOpFn recomp_opcodes_d9[512];
extern RecompOpFn recomp_opcodes_da[512];