mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Jit64: quickfix for mtfsfx
This commit is contained in:
@ -336,7 +336,7 @@ static GekkoOPTemplate table63[] =
|
|||||||
{70, &Jit64::mtfsb0x}, // mtfsb0x
|
{70, &Jit64::mtfsb0x}, // mtfsb0x
|
||||||
{38, &Jit64::mtfsb1x}, // mtfsb1x
|
{38, &Jit64::mtfsb1x}, // mtfsb1x
|
||||||
{134, &Jit64::mtfsfix}, // mtfsfix
|
{134, &Jit64::mtfsfix}, // mtfsfix
|
||||||
{711, &Jit64::mtfsfx}, // mtfsfx
|
{711, &Jit64::FallBackToInterpreter}, // mtfsfx
|
||||||
};
|
};
|
||||||
|
|
||||||
static GekkoOPTemplate table63_2[] =
|
static GekkoOPTemplate table63_2[] =
|
||||||
|
Reference in New Issue
Block a user