1
0
mirror of synced 2024-11-15 07:17:35 +01:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
Harm 2021-09-04 23:18:28 +02:00
commit 3a59f36dd5
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: