Skip to content
Permalink
Browse files
Merge pull request #5908 from beholdnec/fix-i8-typo
VideoCommon: Fix typos in comments introduced by #5849
  • Loading branch information
leoetlino committed Aug 10, 2017
2 parents 314738b + b52aff7 commit 13b0ba3
Showing 1 changed file with 3 additions and 3 deletions.
@@ -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;

0 comments on commit 13b0ba3

Please sign in to comment.