Disable macOS swizzling workaround

This commit is contained in:
nastys 2022-01-18 00:23:08 +01:00 committed by Megamouse
parent f2ed50e6b0
commit 6b5f0957ce
3 changed files with 0 additions and 24 deletions

View file

@ -2086,9 +2086,6 @@ namespace rsx
}
}
#ifdef __APPLE__
texture_control |= (sampler_descriptors[i]->encoded_component_map() << 16);
#endif
current_fragment_program.texture_params[i].control = texture_control;
}
}