1
0
mirror of synced 2024-11-24 06:50:11 +01:00

add other versions of Super Chase

This commit is contained in:
Aaron M 2020-05-26 16:25:23 +12:00
parent 0129d59241
commit 0ae6751ede

View File

@ -1346,6 +1346,9 @@ std::string spacegun("spacegun");
std::string spacegunu("spacegunu");
std::string spacegunj("spacegunj");
std::string superchs("superchs");
std::string superchsp("superchsp");
std::string superchsj("superchsj");
std::string superchsu("superchsu");
std::string stcc("stcc");
std::string stcca("stcca");
std::string stccb("stccb");
@ -1692,7 +1695,7 @@ void MAMESupermodel::FFBLoop(EffectConstants* constants, Helpers* helpers, Effec
RunningFFB = "RacingFullValueActive2";
}
if (romname == superchs)
if (romname == superchs || romname == superchsj || romname == superchsp || romname == superchsu)
{
configMinForce = configMinForceSuperChase;
configMaxForce = configMaxForceSuperChase;