diff options
| author | iwubcode <iwubcode@users.noreply.github.com> | 2017-09-02 21:30:34 -0500 |
|---|---|---|
| committer | iwubcode <iwubcode@users.noreply.github.com> | 2017-11-17 22:11:31 -0600 |
| commit | 53684701fa1f9a787f8d089d864c5c1c97effa8c (patch) | |
| tree | 5d53b3b69b6be593a006e3f281aa56b49f1e0a20 /Source/Core/VideoCommon/TextureDecoder_x64.cpp | |
| parent | 725d14e4c67ee5568b24595567b3b007d9e9e231 (diff) | |
HybridXFB: Fix lint errors
Diffstat (limited to 'Source/Core/VideoCommon/TextureDecoder_x64.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/TextureDecoder_x64.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/TextureDecoder_x64.cpp b/Source/Core/VideoCommon/TextureDecoder_x64.cpp index b31d3692f0..e11a58a8c6 100644 --- a/Source/Core/VideoCommon/TextureDecoder_x64.cpp +++ b/Source/Core/VideoCommon/TextureDecoder_x64.cpp @@ -1486,7 +1486,7 @@ void _TexDecoder_DecodeImpl(u32* dst, const u8* src, int width, int height, Text case TextureFormat::CMPR: TexDecoder_DecodeImpl_CMPR(dst, src, width, height, texformat, tlut, tlutfmt, Wsteps4, Wsteps8); break; - + case TextureFormat::XFB: { for (int y = 0; y < height; y += 1) |
