melonDS-emu / melonDS

DS emulator, sorta
https://melonds.kuribo64.net
GNU General Public License v3.0
2.98k stars 493 forks source link

Fix some minor bugs with texel/palette look up for compressed textures #2051

Open Jaklyy opened 1 month ago

Jaklyy commented 1 month ago

Bug 1: when reading texels from slot 1 always return 0 Bug 2: when the address of a texel is beyond the end of slot 3 it should wrap around when determining what start offset to use in slot 1