From 0cd18fb880fcea48c161c9e9376f25d357ebb754 Mon Sep 17 00:00:00 2001 From: EmuAl Date: Sat, 25 Dec 2021 16:26:54 +0000 Subject: [PATCH] Added crc for guilty gear strive 1.1 and 1.2, tested and works fine here. --- OpenParrot/src/Utility/GameDetect.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OpenParrot/src/Utility/GameDetect.cpp b/OpenParrot/src/Utility/GameDetect.cpp index 2f060b1..263534a 100644 --- a/OpenParrot/src/Utility/GameDetect.cpp +++ b/OpenParrot/src/Utility/GameDetect.cpp @@ -752,6 +752,8 @@ void GameDetect::DetectCurrentGame() SetGameId(GameID::Doa6Test, "Dead or Alive 6 Test Generic"); break; case 0xd0a6afbd: // GGS + case 0x79727b3b: // GGS 1.1 + case 0x4fade723: // GGS 1.2 SetGameId(GameID::GGS, "Guilty Gear Strive"); break; case 0x72F9B475: