mirror of https://github.com/PCSX2/pcsx2.git
gsdx-hw: Add ICO to automatic mipmapping.
Improves godrays. Needs Full mipmap with ultra trilinear for extra accuracy.
This commit is contained in:
parent
d6e06e9bc7
commit
418974a28a
|
@ -212,6 +212,7 @@ void GSRendererHW::SetGameCRC(uint32 crc, int options)
|
|||
case CRC::HarryPotterATHBP:
|
||||
case CRC::HarryPotterATPOA:
|
||||
case CRC::HarryPotterOOTP:
|
||||
case CRC::ICO:
|
||||
case CRC::Jak1:
|
||||
case CRC::Jak3:
|
||||
case CRC::LegacyOfKainDefiance:
|
||||
|
|
Loading…
Reference in New Issue