Add Tapping Skill Test APM3 profile
Add Tapping Skill Test APM3 profile
This commit is contained in:
parent
9af03a1c78
commit
6835ae5f1c
@ -1006,6 +1006,15 @@ static void HookAPM3()
|
||||
}, nullptr, 0, nullptr);
|
||||
}
|
||||
|
||||
static InitFunction initFuncTapping([]()
|
||||
{
|
||||
HookAPM3();
|
||||
strcpy(APM3GameId, "SDFJ");
|
||||
|
||||
__int64 mainModuleBase = (__int64)GetModuleHandle(0);
|
||||
|
||||
}, GameID::TappingSkillTest);
|
||||
|
||||
static InitFunction initFunc([]()
|
||||
{
|
||||
HookAPM3();
|
||||
|
@ -660,6 +660,12 @@ void GameDetect::DetectCurrentGame()
|
||||
case 0x8c30fa5a:
|
||||
currentGame = GameID::PuyoPuyoEsports;
|
||||
break;
|
||||
case 0xe000b287: // Ver 10
|
||||
case 0x4f878b4e: // Ver 10 TEST
|
||||
case 0x29a4a185: // Ver 11
|
||||
case 0x9c7bb2e1: // Ver 11 TEST
|
||||
currentGame = GameID::TappingSkillTest;
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
#ifdef _DEBUG
|
||||
|
@ -102,5 +102,6 @@ enum class GameID
|
||||
VF5Esports,
|
||||
GoonyaFighter,
|
||||
PuyoPuyoEsports,
|
||||
SFV
|
||||
SFV,
|
||||
TappingSkillTest
|
||||
};
|
Loading…
Reference in New Issue
Block a user