diff options
| author | Leo Lam <leolino.lam@gmail.com> | 2017-08-10 14:39:30 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-10 14:39:30 +0800 |
| commit | 13b0ba3f55a9fae13d87ee166f7cc4c23721d6d5 (patch) | |
| tree | 0a8708fda16ae9559550a4106c362bf02dba8bf6 /Source/Core/VideoCommon/TextureCacheBase.cpp | |
| parent | 314738ba43c82fd1d05a2c3bb48d737738ea1b57 (diff) | |
| parent | b52aff79665ab9cae05e8c0cdeaec6897e82d2dd (diff) | |
Merge pull request #5908 from beholdnec/fix-i8-typo
VideoCommon: Fix typos 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; |
