mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-27 14:58:32 +00:00
VideoCommon: Fix typo in comments introduced by #5849
This commit is contained in:
parent
8b5ae7b0c7
commit
b52aff7966
1 changed files 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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue