There was an error fetching the commit references. Please try again later.
Video core: Fix A4 texture decoding
It was trying to take the LSB from `coarse_x`, which would always be 0 and thus would always return the same texel from each byte. To add insult to the injury, the conditional was actually the wrong way around too. Fixes blocky text in OoT.
Loading
Please register or sign in to comment