mirror of https://github.com/PCSX2/pcsx2.git
GSdx: Add JaX and Jak 3 to automatic mipmapping.
Jak 2 not included. See #2712 Close #2712
This commit is contained in:
parent
9abe96cba4
commit
8747781bdc
|
@ -204,8 +204,8 @@ void GSRendererHW::SetGameCRC(uint32 crc, int options)
|
|||
case CRC::HarryPotterATHBP:
|
||||
case CRC::HarryPotterATPOA:
|
||||
case CRC::HarryPotterOOTP:
|
||||
case CRC::Shox:
|
||||
case CRC::SoulReaver2:
|
||||
case CRC::JakX:
|
||||
case CRC::Jak3:
|
||||
case CRC::LegacyOfKainDefiance:
|
||||
case CRC::NicktoonsUnite:
|
||||
case CRC::RatchetAndClank:
|
||||
|
@ -215,6 +215,8 @@ void GSRendererHW::SetGameCRC(uint32 crc, int options)
|
|||
case CRC::RatchetAndClank5:
|
||||
case CRC::RickyPontingInternationalCricket:
|
||||
case CRC::Quake3Revolution:
|
||||
case CRC::Shox:
|
||||
case CRC::SoulReaver2:
|
||||
case CRC::TheIncredibleHulkUD:
|
||||
case CRC::TombRaiderAnniversary:
|
||||
case CRC::TribesAerialAssault:
|
||||
|
|
Loading…
Reference in New Issue