diff options
| author | N.E.C <beholdnec@gmail.com> | 2017-08-09 00:02:27 -0700 |
|---|---|---|
| committer | N.E.C <beholdnec@gmail.com> | 2017-08-09 00:02:27 -0700 |
| commit | b52aff79665ab9cae05e8c0cdeaec6897e82d2dd (patch) | |
| tree | 78efc6640b19c393676c5580f96248ad00ab3216 /Source/Core/VideoCommon/TextureCacheBase.cpp | |
| parent | 8b5ae7b0c7758c127b3a834feb55acfbb6134016 (diff) | |
VideoCommon: Fix typo in comments introduced by #5849
Diffstat (limited to 'Source/Core/VideoCommon/TextureCacheBase.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/TextureCacheBase.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Core/VideoCommon/TextureCacheBase.cpp b/Source/Core/VideoCommon/TextureCacheBase.cpp index cd9b9dd19f..f83f1295fd 100644 --- a/Source/Core/VideoCommon/TextureCacheBase.cpp +++ b/Source/Core/VideoCommon/TextureCacheBase.cpp @@ -1035,9 +1035,9 @@ void TextureCacheBase::CopyRenderTargetToTexture(u32 dstAddr, EFBCopyFormat dstF { case EFBCopyFormat::R4: // I4 case EFBCopyFormat::R8_0x1: // I8 - case EFBCopyFormat::R8: // IA4 - case EFBCopyFormat::RA4: // IA8 - case EFBCopyFormat::RA8: // I8 + case EFBCopyFormat::R8: // I8 + case EFBCopyFormat::RA4: // IA4 + case EFBCopyFormat::RA8: // IA8 // TODO - verify these coefficients colmat[0] = 0.257f; colmat[1] = 0.504f; |
