- Add Guilty Gear APM3 test menu (untested)
- Add Guilty Gear APM3 test menu (untested)
This commit is contained in:
parent
74091ccf6e
commit
9442ca4c2a
@ -1204,13 +1204,16 @@ static InitFunction initFuncAleste11([]()
|
||||
|
||||
}, GameID::Aleste11);
|
||||
|
||||
static InitFunction initFuncGGXRd([]()
|
||||
static InitFunction initFuncGGXrdAPM3([]()
|
||||
{
|
||||
HookAPM3(L"SDFB");
|
||||
|
||||
DWORD_PTR mainModuleBase = (DWORD_PTR)GetModuleHandle(0);
|
||||
|
||||
}, GameID::GGXRd);
|
||||
if (strstr(GetCommandLineA(), "-tptest") != NULL)
|
||||
Sequence_isTestReturnValue = true;
|
||||
|
||||
}, GameID::GGXrdAPM3);
|
||||
|
||||
static InitFunction initFuncCottonRocknRollA([]()
|
||||
{
|
||||
|
@ -639,7 +639,7 @@ void GameDetect::DetectCurrentGame()
|
||||
SetGameId(GameID::CottonRocknRollA, "Cotton Rock n Roll A");
|
||||
break;
|
||||
case 0xed8af9f8: // Guilty Gear Xrd REV APM3 Edition
|
||||
SetGameId(GameID::GGXRd, "Guilty Gear Xrd REV APM3 Edition");
|
||||
SetGameId(GameID::GGXrdAPM3, "Guilty Gear Xrd REV APM3 Edition");
|
||||
break;
|
||||
case 0x817d4c50:
|
||||
case 0x5883e93d:
|
||||
|
@ -122,7 +122,7 @@ enum class GameID
|
||||
CottonRocknRollATest,
|
||||
NosferatuLilinor,
|
||||
Kasiori,
|
||||
GGXRd,
|
||||
GGXrdAPM3,
|
||||
BlazBlueCrossTagBattle,
|
||||
DengekiBunkoFC,
|
||||
BladeStrangesAPM3,
|
||||
|
Loading…
Reference in New Issue
Block a user