1
0
mirror of synced 2025-02-17 18:59:24 +01:00

Add emulator == to new games

This commit is contained in:
Aaron M 2020-05-26 10:29:15 +12:00
parent 8a1d503740
commit bcf980d614

View File

@ -3115,6 +3115,8 @@ void MAMESupermodel::FFBLoop(EffectConstants* constants, Helpers* helpers, Effec
}
if (RunningFFB == RaveRacerActive) //Rave Racer
{
if (Emulator == MAME)
{
if (!RaveRacerFind)
{
@ -3152,8 +3154,11 @@ void MAMESupermodel::FFBLoop(EffectConstants* constants, Helpers* helpers, Effec
}
}
}
}
if (RunningFFB == DaytonaActive)
{
if (Emulator == MAME)
{
if (!PatternFind)
{
@ -3263,8 +3268,11 @@ void MAMESupermodel::FFBLoop(EffectConstants* constants, Helpers* helpers, Effec
}
}
}
}
if (RunningFFB == SrallyActive)
{
if (Emulator == MAME)
{
if (!PatternFind)
{
@ -3300,6 +3308,7 @@ void MAMESupermodel::FFBLoop(EffectConstants* constants, Helpers* helpers, Effec
}
}
}
}
if (RunningFFB == HardDrivinActive) //Hard Drivin
{