mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-19 03:51:40 +02:00

Texture updates have been moved into TextureCache, while TMEM updates where moved into bpmem. Code for handling efb2ram updates was added to TextureCache. There was a bug for preloaded RGBA8 textures, it only copied half the texture. The TODO was wrong too.