From 387db6d4ba66d603d6c6af608ec9c2d4dc658e4e Mon Sep 17 00:00:00 2001 From: lightningterror Date: Tue, 26 Jun 2018 20:23:12 +0200 Subject: [PATCH] GSdx: Add Nicktoons Unite to Automatic Mipmapping. Game is still broken but a bit better now. --- plugins/GSdx/GSCrc.cpp | 2 ++ plugins/GSdx/GSCrc.h | 1 + plugins/GSdx/GSRendererHW.cpp | 1 + 3 files changed, 4 insertions(+) diff --git a/plugins/GSdx/GSCrc.cpp b/plugins/GSdx/GSCrc.cpp index ecf209f7b6..42aefdc96d 100644 --- a/plugins/GSdx/GSCrc.cpp +++ b/plugins/GSdx/GSCrc.cpp @@ -536,6 +536,8 @@ CRC::Game CRC::m_games[] = {0x6D8B4CD1, SoulReaver2, EU, 0}, {0x728AB07C, LegacyOfKainDefiance, US, 0}, {0xBCAD1E8A, LegacyOfKainDefiance, EU, 0}, + {0x28D09BF9, NicktoonsUnite, US, 0}, + {0xF25266C4, NicktoonsUnite, EU, 0}, // Nickelodeon SpongeBob SquarePants And Friends Unite {0xCE4933D0, RatchetAndClank, US, 0}, {0x6F191506, RatchetAndClank, US, 0}, // E3 Demo {0x81CBFEA2, RatchetAndClank, US, 0}, // EB Games Demo diff --git a/plugins/GSdx/GSCrc.h b/plugins/GSdx/GSCrc.h index 65bd4abd98..c2f9713554 100644 --- a/plugins/GSdx/GSCrc.h +++ b/plugins/GSdx/GSCrc.h @@ -105,6 +105,7 @@ public: NanoBreaker, NarutimateAccel, Naruto, + NicktoonsUnite, Okami, Oneechanbara2Special, OnePieceGrandAdventure, diff --git a/plugins/GSdx/GSRendererHW.cpp b/plugins/GSdx/GSRendererHW.cpp index 73b6c93060..bc455697bf 100644 --- a/plugins/GSdx/GSRendererHW.cpp +++ b/plugins/GSdx/GSRendererHW.cpp @@ -204,6 +204,7 @@ void GSRendererHW::SetGameCRC(uint32 crc, int options) case CRC::Shox: case CRC::SoulReaver2: case CRC::LegacyOfKainDefiance: + case CRC::NicktoonsUnite: case CRC::RatchetAndClank: case CRC::RatchetAndClank2: case CRC::RatchetAndClank3: