diff --git a/plugins/GSdx/GSCrc.cpp b/plugins/GSdx/GSCrc.cpp index 838ea1361a..7254d64586 100644 --- a/plugins/GSdx/GSCrc.cpp +++ b/plugins/GSdx/GSCrc.cpp @@ -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}, diff --git a/plugins/GSdx/GSCrc.h b/plugins/GSdx/GSCrc.h index 1498810fab..70a2124ca1 100644 --- a/plugins/GSdx/GSCrc.h +++ b/plugins/GSdx/GSCrc.h @@ -32,6 +32,7 @@ public: AceCombat5, ApeEscape2, ArTonelico2, + Barnyard, BigMuthaTruckers, Black, BlackHawkDown, diff --git a/plugins/GSdx/Renderers/HW/GSRendererHW.cpp b/plugins/GSdx/Renderers/HW/GSRendererHW.cpp index dd6b675d14..0dd5ca56a3 100644 --- a/plugins/GSdx/Renderers/HW/GSRendererHW.cpp +++ b/plugins/GSdx/Renderers/HW/GSRendererHW.cpp @@ -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: