dolphin-emulator/Source/Core
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
..
AudioCommon Remove libao sound backend 2017-03-31 14:59:57 -07:00
Common Merge pull request #4467 from stenzek/gpu-texture-decoding 2017-04-03 10:46:13 +02:00
Core IOS/WFS: Fix logging message 2017-04-04 17:37:08 +02:00
DiscIO Merge pull request #5152 from ligfx/disciomaybeuninitialized 2017-03-31 00:11:53 -04:00
DolphinNoGUI Don't special-case nogui exe name on Apple. 2017-03-08 13:17:49 -08:00
DolphinQt2 CMakeLists: Normalize whitespace 2017-03-01 14:53:23 -05:00
DolphinWX Merge pull request #5201 from lioncash/determinism 2017-04-04 06:21:07 +00:00
InputCommon Core: Hide determinism global 2017-04-03 14:56:12 -04:00
UICommon Revert "Use a single libusb context" 2017-03-26 15:58:30 +02:00
VideoBackends D3D: Drop redundant interface TextureEncoder 2017-04-04 22:57:23 +10:00
VideoCommon TextureCacheBase: fix custom textures not being loaded 2017-04-04 14:34:46 -07:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00