diff options
| author | iwubcode <iwubcode@users.noreply.github.com> | 2017-08-06 23:06:03 -0500 |
|---|---|---|
| committer | iwubcode <iwubcode@users.noreply.github.com> | 2017-11-17 22:11:29 -0600 |
| commit | 4d13f69dc146bff6e9f1debf4f51d38e6b1e19db (patch) | |
| tree | 1cb3c63ce6fda9bfb59e92da7c20d7dd6614a2d6 /Source/Core/VideoCommon/TextureDecoder_Common.cpp | |
| parent | 33bc286baaafe31b2b564dd5d5574307cbd9e921 (diff) | |
Remove TODOs
Diffstat (limited to 'Source/Core/VideoCommon/TextureDecoder_Common.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/TextureDecoder_Common.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/TextureDecoder_Common.cpp b/Source/Core/VideoCommon/TextureDecoder_Common.cpp index 90be3d8dc7..4351a819c0 100644 --- a/Source/Core/VideoCommon/TextureDecoder_Common.cpp +++ b/Source/Core/VideoCommon/TextureDecoder_Common.cpp @@ -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 |
