mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-01-15 17:01:56 -08:00
a5bff8e9b3
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.