suyu/src/video_core/debug_utils
Yuri Kunde Schlesner ea3c99f3a2 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.
2015-02-25 23:05:14 -03:00
..
debug_utils.cpp Video core: Fix A4 texture decoding 2015-02-25 23:05:14 -03:00
debug_utils.h Pica/DebugUtils: Better document LookupTexture. 2014-12-20 18:06:55 +01:00