Michael Maltese e9e3226026 TextureCacheBase: fix custom textures not being loaded
Fixes bug #10183 [0] introduced by 3bd184a / PR #4467 [1].

TextureCacheBase was no longer calling `entry->Load` for custom textures
since the compute shader decoding logic was added. This adds it back in.
It also slightly restructures the decoding if-group to match the one
below, which I think makes the logic more obvious.

(recommend viewing with `git diff -b` to ignore the indentation changes)

[0]: https://bugs.dolphin-emu.org/issues/10183
[1]: https://github.com/dolphin-emu/dolphin/pull/4467
2017-04-04 14:34:46 -07:00
..
2017-03-05 17:29:46 -08:00
2016-01-17 20:11:45 -05:00
2017-03-27 23:46:19 -04:00
2017-03-26 23:08:33 -04:00
2015-05-25 13:22:31 +02:00
2016-01-17 20:11:45 -05:00