Disable an optimization that broke Daxter (#5723)

This commit is contained in:
Henrik Rydgard 2014-03-25 11:09:15 +01:00
parent cf3d75975d
commit 6d648b075f

View File

@ -534,8 +534,8 @@ void VertexDecoderJitCache::Jit_WeightsFloatSkin() {
}
// Weights are always first, so we can use srcReg directly.
if (NEONSkinning) {
if (false && NEONSkinning) {
// if (false) because this path breaks Daxter. VLDMIA with d registers doesn't seem to work as expected.
if (dec_->nweights == 1) {
VLD1_lane(F_32, neonWeightRegsD[0], srcReg, 0, true);
} else {