Commit ea3c99f3 authored by Yuri Kunde Schlesner's avatar Yuri Kunde Schlesner
Browse files

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.
parent 1b5ee967
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment