mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Disable macOS swizzling workaround
This commit is contained in:
parent
f2ed50e6b0
commit
6b5f0957ce
3 changed files with 0 additions and 24 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue