mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-04-26 18:50:51 -07:00
The new Nvidia drivers have a bug where the FastReplicateTo6 function produces a lookup into the REPLICATE_TO_8 table rather than the REPLICATE_TO_6 table. This seems to be an optimization gone wrong. Combining the logic of the FastReplicate functions seems to address the bug.