mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-28 07:50:49 +00:00
Disable VDot and Vec3 in x86 jit, broke things.
This commit is contained in:
parent
976b440781
commit
6eae8ed36a
@ -311,7 +311,7 @@ void Jit::Comp_SVQ(u32 op)
|
||||
}
|
||||
|
||||
void Jit::Comp_VDot(u32 op) {
|
||||
CONDITIONAL_DISABLE;
|
||||
DISABLE;
|
||||
|
||||
// WARNING: No prefix support!
|
||||
if (js.MayHavePrefix()) {
|
||||
@ -368,7 +368,7 @@ void Jit::Comp_VDot(u32 op) {
|
||||
}
|
||||
|
||||
void Jit::Comp_VecDo3(u32 op) {
|
||||
CONDITIONAL_DISABLE;
|
||||
DISABLE;
|
||||
|
||||
// WARNING: No prefix support!
|
||||
if (js.MayHavePrefix())
|
||||
|
@ -35,7 +35,6 @@ enum {
|
||||
TEMP1 = TEMP0 + 1,
|
||||
TEMP2 = TEMP0 + 2,
|
||||
TEMP3 = TEMP0 + 3,
|
||||
TEMP4 = TEMP0 + 4,
|
||||
NUM_MIPS_FPRS = 32 + 128 + NUM_TEMPS,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user