1
0
Fork 0
forked from suyu/suyu
suyu/src
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
..
assets Add citra icon to Windows executable and title bar 2014-12-31 00:38:03 -05:00
citra Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one. 2015-02-22 21:09:08 +01:00
citra_qt Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one. 2015-02-22 21:09:08 +01:00
common Common: Switch to the XDG Base Directory Specification for directory selection. 2015-02-25 05:27:13 +01:00
core Merge pull request #604 from Subv/arc_ssd 2015-02-25 22:35:55 -03:00
video_core Video core: Fix A4 texture decoding 2015-02-25 23:05:14 -03:00
CMakeLists.txt CMake cleanup 2014-09-01 18:06:30 -03:00