Remove TODOs

This commit is contained in:
iwubcode 2017-08-06 23:06:03 -05:00
parent 33bc286baa
commit 4d13f69dc1
3 changed files with 0 additions and 9 deletions

View file

@ -640,7 +640,6 @@ void TexDecoder_DecodeTexel(u8* dst, const u8* src, int s, int t, int imageWidth
break;
case TextureFormat::XFB:
{
// TODO: I should kind of like... ACTUALLY TEST THIS!!!!!
size_t offset = (t * imageWidth + (s & (~1))) * 2;
// We do this one color sample (aka 2 RGB pixles) at a time