Rename EFB copy bit 2 from yuv to unknown_bit

It was named yuv in 522746b2c2, but hardware testing indicates that that bit does nothing (the intensity format bit enables YUV conversion, instead).
This commit is contained in:
Pokechu22
2022-02-22 16:00:32 -08:00
parent 850e524514
commit cd2cc5fa22
2 changed files with 6 additions and 6 deletions

View File

@ -591,7 +591,7 @@ void FifoPlayer::ClearEfb()
UPE_Copy copy = bpmem.triggerEFBCopy;
copy.clamp_top = false;
copy.clamp_bottom = false;
copy.yuv = false;
copy.unknown_bit = false;
copy.target_pixel_format = static_cast<u32>(EFBCopyFormat::RGBA8) << 1;
copy.gamma = 0;
copy.half_scale = false;