GSdx: Add Nickelodeon: Barnyard to automatic mipmapping.

This commit is contained in:
lightningterror 2018-12-06 12:35:28 +01:00
parent f8ec61a3fc
commit 1fa68071d8
3 changed files with 4 additions and 0 deletions

View File

@ -546,6 +546,8 @@ CRC::Game CRC::m_games[] =
{0x09B3AD4D, ApeEscape2, EU, 0},
{0xBDD9F5E1, ApeEscape2, US, 0},
{0xFE0A6AB6, ApeEscape2, JP, 0}, // Saru! Get You! 2
{0xEC8EF2DE, Barnyard, US, 0}, // Nickelodeon: Barnyard
{0x5267A845, Barnyard, EU, 0},
{0x0940508D, BrianLaraInternationalCricket, EU, 0},
{0x0BAA8DD8, DarkCloud, EU, 0},
{0x1DF41F33, DarkCloud, US, 0},

View File

@ -32,6 +32,7 @@ public:
AceCombat5,
ApeEscape2,
ArTonelico2,
Barnyard,
BigMuthaTruckers,
Black,
BlackHawkDown,

View File

@ -193,6 +193,7 @@ void GSRendererHW::SetGameCRC(uint32 crc, int options)
case CRC::AceCombat4:
case CRC::AceCombat5:
case CRC::ApeEscape2:
case CRC::Barnyard:
case CRC::BrianLaraInternationalCricket:
case CRC::DarkCloud:
case CRC::DestroyAllHumans: