From 6d1d32cd8357ff0fbcf97108d5c80a8185c9b68e Mon Sep 17 00:00:00 2001 From: Christian Kenny Date: Tue, 17 Jul 2018 18:53:46 -0400 Subject: [PATCH] GSdx: Add Harry Potter Order of the Phoenix to automatic mipmapping. --- plugins/GSdx/GSCrc.cpp | 2 ++ plugins/GSdx/GSCrc.h | 1 + 2 files changed, 3 insertions(+) diff --git a/plugins/GSdx/GSCrc.cpp b/plugins/GSdx/GSCrc.cpp index 66efbe7a9f..4e6d635c4c 100644 --- a/plugins/GSdx/GSCrc.cpp +++ b/plugins/GSdx/GSCrc.cpp @@ -539,6 +539,8 @@ CRC::Game CRC::m_games[] = {0x684ADFC6, FIFA04, EU, 0}, {0x972611BB, FIFA05, US, 0}, {0x972719A3, FIFA05, EU, 0}, + {0x4C01B1B0, HarryPotterOOTP, US, 0}, + {0x01A9BF0E, HarryPotterOOTP, EU, 0}, {0x230CB71D, SoulReaver2, US, 0}, {0x6F991F52, SoulReaver2, JP, 0}, {0x6D8B4CD1, SoulReaver2, EU, 0}, diff --git a/plugins/GSdx/GSCrc.h b/plugins/GSdx/GSCrc.h index c2f9713554..31ca4e389f 100644 --- a/plugins/GSdx/GSCrc.h +++ b/plugins/GSdx/GSCrc.h @@ -79,6 +79,7 @@ public: GTASanAndreas, GTConcept, HarleyDavidson, + HarryPotterOOTP, HauntingGround, HeavyMetalThunder, ICO,