1
0
mirror of synced 2025-01-20 01:32:51 +01:00

Added CRC's for VF5eSports Updates (#162)

This commit is contained in:
EmuAl 2021-09-04 16:32:22 +01:00 committed by GitHub
parent 5bb55c318f
commit 2c4e197331
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -1028,7 +1028,6 @@ static InitFunction initGGSFunc([]()
}, GameID::GGS);
static InitFunction initDoa6TestFunc([]()
{
HookAPM3(L"SDFM");

View File

@ -685,9 +685,13 @@ void GameDetect::DetectCurrentGame()
SetGameId(GameID::Pengoe511, "Pengoe511");
break;
case 0x6fc27eed: // Original
case 0x52dab0ac: // Ver 11
case 0x3333dca7: // Ver 12
SetGameId(GameID::VF5Esports, "VF5Esports");
break;
case 0x3b3fc3ab: // TEST MENU VF5E
case 0xa8ec7e47: // Ver 11
case 0x82267ec8: // Ver 12
SetGameId(GameID::VF5EsportsTest, "VF5EsportsTest");
break;
case 0x1ab0f981: