From db853b4462cc77f3362f337ee510246d3a8470f5 Mon Sep 17 00:00:00 2001 From: FlatOutPS2 Date: Mon, 3 Oct 2016 15:53:37 +0200 Subject: [PATCH] GSdx: Add Jak 2 US CRC to GSCrc list. Fixes issue: https://github.com/PCSX2/pcsx2/issues/1603 --- plugins/GSdx/GSCrc.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/GSdx/GSCrc.cpp b/plugins/GSdx/GSCrc.cpp index 4c7fd933e1..f14932a68b 100644 --- a/plugins/GSdx/GSCrc.cpp +++ b/plugins/GSdx/GSCrc.cpp @@ -505,6 +505,7 @@ CRC::Game CRC::m_games[] = {0x9C712FF0, Jak1, EU, 0}, {0x472E7699, Jak1, US, 0}, {0x2479F4A9, Jak2, EU, 0}, + {0x9184AAF1, Jak2, US, 0}, {0x12804727, Jak3, EU, 0}, {0x644CFD03, Jak3, US, 0}, {0xDF659E77, JakX, EU, 0},